public abstract class AbstractDao extends Object
Constructor and Description |
---|
AbstractDao() |
Modifier and Type | Method and Description |
---|---|
protected <T extends Pojo> |
executeQuery(DaoOperation<T> daoOperation) |
protected <T extends Pojo> |
executeStatement(DaoStatement<T> daoOperation) |
protected static <T extends Pojo> |
getEmptyResultCursor() |
protected abstract Logger |
getLogger() |
protected final <T extends Pojo> StatementResult<T> executeStatement(DaoStatement<T> daoOperation)
protected final <T extends Pojo> QueryResult<T> executeQuery(DaoOperation<T> daoOperation)
protected abstract Logger getLogger()
Copyright © 2017. All rights reserved.