Uses of Class
org.springframework.transaction.support.ResourceHolderSupport

Packages that use ResourceHolderSupport
org.springframework.jdbc.datasource Provides a utility class for easy DataSource access, a PlatformTransactionManager for a single DataSource, and various simple DataSource implementations. 
org.springframework.orm.hibernate Package providing integration of Hibernate with Spring concepts. 
org.springframework.orm.jdo Package providing integration of JDO with Spring concepts. 
 

Uses of ResourceHolderSupport in org.springframework.jdbc.datasource
 

Subclasses of ResourceHolderSupport in org.springframework.jdbc.datasource
 class ConnectionHolder
          Connection holder, wrapping a JDBC Connection.
 

Uses of ResourceHolderSupport in org.springframework.orm.hibernate
 

Subclasses of ResourceHolderSupport in org.springframework.orm.hibernate
 class SessionHolder
          Session holder, wrapping a Hibernate Session and a Hibernate Transaction.
 

Uses of ResourceHolderSupport in org.springframework.orm.jdo
 

Subclasses of ResourceHolderSupport in org.springframework.orm.jdo
 class PersistenceManagerHolder
          Holder wrapping a JDO PersistenceManager.
 



Copyright (C) 2003-2004 The Spring Framework Project.