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() |
close, create, getParent, getParentProxy, removeaddChild, children, entries, get, getDatabaseCluster, getExceptionFactory, record, remove, removeChild, removeChildren, replayclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclose, close, getParent, getParentProxy, removeaddChild, createProxy, entries, get, getDatabaseCluster, getExceptionFactory, record, removeChild, removeChildren, replayprotected 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–2014 Paul Ferraro. All rights reserved.