站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > Spring Framework 2.0.5 API 文档英文版

Uses of Class org.springframework.transaction.support.ResourceHolderSupport (Spring Framework API 2.0) - Spring Framework 2.0.5 API 文档英文版

The Spring Framework

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.hibernate Package providing integration of Hibernate 2.1 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
          Connection holder, wrapping a JMS Connection and a JMS Session.
 

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.
 

Uses of ResourceHolderSupport in org.springframework.orm.jpa
 

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


The Spring Framework

Copyright © 2002-2007 The Spring Framework.