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