Class JDBCStoreManager.RefCountConnection

java.lang.Object
org.apache.openjpa.lib.jdbc.DelegatingConnection
org.apache.openjpa.jdbc.kernel.JDBCStoreManager.RefCountConnection
All Implemented Interfaces:
AutoCloseable, Connection, Wrapper, Closeable
Enclosing class:
JDBCStoreManager

protected class JDBCStoreManager.RefCountConnection extends DelegatingConnection
Connection wrapper that keeps an internal ref count so that it knows when to really close.