public class SavepointProxyFactory<Z,D extends Database<Z>> extends AbstractChildProxyFactory<Z,D,Connection,SQLException,Savepoint,SQLException>
logger
Modifier | Constructor and Description |
---|---|
protected |
SavepointProxyFactory(Connection connection,
ProxyFactory<Z,D,Connection,SQLException> connectionMap,
Invoker<Z,D,Connection,Savepoint,SQLException> invoker,
Map<D,Savepoint> map) |
Modifier and Type | Method and Description |
---|---|
void |
close(D database,
Savepoint savepoint) |
Savepoint |
createProxy() |
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
addChild, entries, get, getExceptionFactory, record, removeChild, removeChildren, replay, retain
protected SavepointProxyFactory(Connection connection, ProxyFactory<Z,D,Connection,SQLException> connectionMap, Invoker<Z,D,Connection,Savepoint,SQLException> invoker, Map<D,Savepoint> map)
Copyright © 2004–2013 Paul Ferraro. All rights reserved.