public class PreparedStatementProxyFactory<Z,D extends Database<Z>> extends AbstractPreparedStatementProxyFactory<Z,D,PreparedStatement>
logger| Modifier | Constructor and Description |
|---|---|
protected |
PreparedStatementProxyFactory(Connection parent,
ProxyFactory<Z,D,Connection,SQLException> parentFactory,
Invoker<Z,D,Connection,PreparedStatement,SQLException> invoker,
Map<D,PreparedStatement> map,
TransactionContext<Z,D> context,
List<Lock> locks,
boolean selectForUpdate) |
| Modifier and Type | Method and Description |
|---|---|
PreparedStatement |
createProxy() |
getLocks, isSelectForUpdateaddBatchInvoker, addBatchSQL, clearBatch, clearBatchInvokers, close, getBatch, getBatchLocks, getConnection, replaygetInputSinkRegistryevaluate, extractLocks, extractLocks, isSelectForUpdate, locatorsUpdateCopygetTransactionContextclose, create, getParent, getParentProxy, removeaddChild, children, entries, get, getDatabaseCluster, getExceptionFactory, record, remove, removeChild, removeChildrenclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetTransactionContextclose, getParent, getParentProxy, removeaddChild, entries, get, getDatabaseCluster, getExceptionFactory, record, removeChild, removeChildrenprotected PreparedStatementProxyFactory(Connection parent, ProxyFactory<Z,D,Connection,SQLException> parentFactory, Invoker<Z,D,Connection,PreparedStatement,SQLException> invoker, Map<D,PreparedStatement> map, TransactionContext<Z,D> context, List<Lock> locks, boolean selectForUpdate)
public PreparedStatement createProxy()
Copyright © 2004–2014 Paul Ferraro. All rights reserved.