|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CannotCloseJdbcConnectionException | |
org.springframework.jdbc.core.support | Classes supporting the org.springframework.jdbc.core package. |
org.springframework.jdbc.datasource | Provides a utility class for easy DataSource access, a PlatformTransactionManager for a single DataSource, and various simple DataSource implementations. |
Uses of CannotCloseJdbcConnectionException in org.springframework.jdbc.core.support |
Methods in org.springframework.jdbc.core.support that throw CannotCloseJdbcConnectionException | |
protected void |
JdbcDaoSupport.closeConnectionIfNecessary(java.sql.Connection con)
Close the given JDBC Connection if necessary, created via this bean's DataSource, if it isn't bound to the thread. |
Uses of CannotCloseJdbcConnectionException in org.springframework.jdbc.datasource |
Methods in org.springframework.jdbc.datasource that throw CannotCloseJdbcConnectionException | |
static void |
DataSourceUtils.closeConnectionIfNecessary(java.sql.Connection con,
javax.sql.DataSource ds)
Close the given connection if necessary, i.e. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |