public abstract class AbstractDaoQuery<T extends Pojo> extends AbstractDaoOperation<T> implements DaoQuery<T>
statementDescriptor, storage
Constructor and Description |
---|
AbstractDaoQuery(Storage storage,
Category<T> category,
String descriptor) |
Modifier and Type | Method and Description |
---|---|
Cursor<T> |
execute(PreparedStatement<T> preparedStatement) |
getStatementDescriptor, getStorage
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
customize, getStatementDescriptor, getStorage
public Cursor<T> execute(PreparedStatement<T> preparedStatement) throws DescriptorParsingException, StatementExecutionException
execute
in interface DaoQuery<T extends Pojo>
DescriptorParsingException
StatementExecutionException
Copyright © 2017. All rights reserved.