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, removeaddChild, children, entries, get, getDatabaseCluster, getExceptionFactory, record, remove, removeChild, removeChildren, replayclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddChild, entries, get, getDatabaseCluster, getExceptionFactory, record, removeChild, removeChildren, replayprotected 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.