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() |
close, create, getParent, getParentProxy, remove
addChild, children, entries, get, getDatabaseCluster, getExceptionFactory, record, remove, removeChild, removeChildren, replay
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addChild, entries, get, getDatabaseCluster, getExceptionFactory, record, removeChild, removeChildren, replay
protected SavepointProxyFactory(Connection connection, ProxyFactory<Z,D,Connection,SQLException> connectionMap, Invoker<Z,D,Connection,Savepoint,SQLException> invoker, Map<D,Savepoint> map)
public Savepoint createProxy()
Copyright © 2004–2014 Paul Ferraro. All rights reserved.