| 
 | ||||||||||
| 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 | ConnectionSpecConnectionFactoryAdapterAn adapter for a target CCI ConnectionFactory,
 applying the given ConnectionSpec to every standardgetConnection()call, that is, implicitly invokinggetConnection(ConnectionSpec)on the target. | 
|  class | SingleConnectionFactoryA CCI ConnectionFactory adapter that returns the same Connection on all getConnectioncalls, and ignores calls toConnection.close(). | 
|  class | TransactionAwareConnectionFactoryProxyProxy for a target CCI ConnectionFactory, adding
 awareness of Spring-managed transactions. | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||