|
Spring Framework | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ConnectionHandle
Simple interface to be implemented by handles for a JDBC Connection. Used by JdoDialect, for example.
SimpleConnectionHandle,
ConnectionHolder,
JdoDialect.getJdbcConnection(javax.jdo.PersistenceManager, boolean)| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
java.sql.Connection getConnection()
void releaseConnection(java.sql.Connection con)
con - the JDBC Connection to release
|
Spring Framework | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||