Uses of Class
org.springframework.jdbc.datasource.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.datasource
Modifier and TypeMethodDescriptionJdbcTransactionObjectSupport.getConnectionHolder()
Return the ConnectionHolder for this transaction object.protected ConnectionHolder
JdbcTransactionObjectSupport.getConnectionHolderForSavepoint()
Modifier and TypeMethodDescriptionvoid
JdbcTransactionObjectSupport.setConnectionHolder
(ConnectionHolder connectionHolder) Set the ConnectionHolder for this transaction object.