The Spring Framework

Uses of Class
org.springframework.jdbc.datasource.ConnectionHolder

Packages that use ConnectionHolder
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 ConnectionHolder in org.springframework.jdbc.datasource
 

Methods in org.springframework.jdbc.datasource that return ConnectionHolder
 ConnectionHolder JdbcTransactionObjectSupport.getConnectionHolder()
           
protected  ConnectionHolder JdbcTransactionObjectSupport.getConnectionHolderForSavepoint()
           
 

Methods in org.springframework.jdbc.datasource with parameters of type ConnectionHolder
 void JdbcTransactionObjectSupport.setConnectionHolder(ConnectionHolder connectionHolder)
           
 


The Spring Framework

Copyright © 2002-2007 The Spring Framework.