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

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


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.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.ojb Package providing integration of Apache OJB 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.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.ojb
 

Subclasses of ResourceHolderSupport in org.springframework.orm.ojb
 class PersistenceBrokerHolder
          Holder wrapping an OJB PersistenceBroker.
 



Copyright (c) 2002-2007 The Spring Framework Project.