Uses of Class
org.springframework.jdbc.datasource.ConnectionHolder
Packages that use ConnectionHolder
Package
Description
Provides a utility class for easy DataSource access,
 a PlatformTransactionManager for a single DataSource,
 and various simple DataSource implementations.
- 
Uses of ConnectionHolder in org.springframework.jdbc.datasourceMethods in org.springframework.jdbc.datasource that return ConnectionHolderModifier and TypeMethodDescriptionJdbcTransactionObjectSupport.getConnectionHolder()Return the ConnectionHolder for this transaction object.protected ConnectionHolderJdbcTransactionObjectSupport.getConnectionHolderForSavepoint()Methods in org.springframework.jdbc.datasource with parameters of type ConnectionHolderModifier and TypeMethodDescriptionvoidJdbcTransactionObjectSupport.setConnectionHolder(ConnectionHolder connectionHolder) Set the ConnectionHolder for this transaction object.