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