|
The Spring Framework | |||||||||
PREV NEXT | FRAMES NO FRAMES |
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 CCI ConnectionFactory ,
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. |
|
The Spring Framework | |||||||||
PREV NEXT | FRAMES NO FRAMES |