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