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