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

Packages that use ResourceHolderSupport
org.springframework.jca.cci.connection Provides a utility class for easy ConnectionFactory access, a PlatformTransactionManager for local CCI transactions, and various simple ConnectionFactory proxies/adapters. 
org.springframework.jms.connection Provides a PlatformTransactionManager implementation for a single JMS ConnectionFactory, and a SingleConnectionFactory adapter. 
org.springframework.orm.hibernate3 Package providing integration of Hibernate3 with Spring concepts. 
org.springframework.orm.jdo Package providing integration of JDO (Java Date Objects) with Spring concepts. 
org.springframework.orm.jpa Package providing integration of JPA (Java Persistence API) with Spring concepts. 
 

Uses of ResourceHolderSupport in org.springframework.jca.cci.connection
 

Subclasses of ResourceHolderSupport in org.springframework.jca.cci.connection
 class ConnectionHolder
          Connection holder, wrapping a CCI Connection.
 

Uses of ResourceHolderSupport in org.springframework.jms.connection
 

Subclasses of ResourceHolderSupport in org.springframework.jms.connection
 class JmsResourceHolder
          JMS resource holder, wrapping a JMS Connection and a JMS Session.
 

Uses of ResourceHolderSupport in org.springframework.orm.hibernate3
 

Subclasses of ResourceHolderSupport in org.springframework.orm.hibernate3
 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.
 

Uses of ResourceHolderSupport in org.springframework.orm.jpa
 

Subclasses of ResourceHolderSupport in org.springframework.orm.jpa
 class EntityManagerHolder
          Holder wrapping a JPA EntityManager.
 



Copyright © 2002-2008 The Spring Framework.