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

Uses of Class org.springframework.jca.cci.connection.DelegatingConnectionFactory (Spring Framework) - Spring Framework 1.2.9 API 文档英文版


Uses of Class
org.springframework.jca.cci.connection.DelegatingConnectionFactory

Packages that use DelegatingConnectionFactory
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. 
 

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

Subclasses of DelegatingConnectionFactory in org.springframework.jca.cci.connection
 class ConnectionSpecConnectionFactoryAdapter
          An adapter for a target ConnectionFacory, applying the given ConnectionSpec to every standard getConnection() call, that is, implicitly invoking getConnection(ConnectionSpec) on the target.
 class SingleConnectionFactory
          A CCI ConnectionFactory adapter that returns the same Connection on all getConnection calls, and ignores calls to Connection.close().
 class TransactionAwareConnectionFactoryProxy
          Proxy for a target CCI ConnectionFactory, adding awareness of Spring-managed transactions.
 



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