public interface ConnectionHandle
SimpleConnectionHandle
,
ConnectionHolder
,
JpaDialect.getJdbcConnection(javax.persistence.EntityManager, boolean)
,
JdoDialect.getJdbcConnection(javax.jdo.PersistenceManager, boolean)
Modifier and Type | Method and Description |
---|---|
java.sql.Connection |
getConnection()
Fetch the JDBC Connection that this handle refers to.
|
void |
releaseConnection(java.sql.Connection con)
Release the JDBC Connection that this handle refers to.
|