|
spring-jdbc | ||||||||
| 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,
org.springframework.orm.jdo.JdoDialect#getJdbcConnection| 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-jdbc | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||