public abstract class AbstractTransactionalProxyFactory<Z,D extends Database<Z>,P,T> extends AbstractChildProxyFactory<Z,D,P,SQLException,T,SQLException> implements TransactionalProxyFactory<Z,D,P,T>
logger
Modifier | Constructor and Description |
---|---|
protected |
AbstractTransactionalProxyFactory(P parent,
ProxyFactory<Z,D,P,SQLException> parentMap,
Invoker<Z,D,P,T,SQLException> invoker,
Map<D,T> map,
TransactionContext<Z,D> context) |
Modifier and Type | Method and Description |
---|---|
TransactionContext<Z,D> |
getTransactionContext() |
create, getDatabaseCluster, getParent, getParentProxy, getRoot, remove
addChild, entries, get, getExceptionFactory, record, removeChild, removeChildren, replay, retain
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getParent, getParentProxy, remove
addChild, close, createProxy, entries, get, getDatabaseCluster, getExceptionFactory, getRoot, record, removeChild, removeChildren, replay, retain
protected AbstractTransactionalProxyFactory(P parent, ProxyFactory<Z,D,P,SQLException> parentMap, Invoker<Z,D,P,T,SQLException> invoker, Map<D,T> map, TransactionContext<Z,D> context)
public TransactionContext<Z,D> getTransactionContext()
getTransactionContext
in interface TransactionalProxyFactory<Z,D extends Database<Z>,P,T>
Copyright © 2004–2013 Paul Ferraro. All rights reserved.