|
The 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 | |
---|---|
Connection |
getConnection()
Fetch the JDBC Connection that this handle refers to. |
void |
releaseConnection(Connection con)
Release the JDBC Connection that this handle refers to. |
Method Detail |
---|
Connection getConnection()
void releaseConnection(Connection con)
con
- the JDBC Connection to release
|
The Spring Framework | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |