Uses of Class
org.springframework.jca.cci.connection.DelegatingConnectionFactory
Packages that use DelegatingConnectionFactory Package Description 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 Modifier and Type Class Description classConnectionSpecConnectionFactoryAdapterAn adapter for a target CCIConnectionFactory, applying the given ConnectionSpec to every standardgetConnection()call, that is, implicitly invokinggetConnection(ConnectionSpec)on the target.classSingleConnectionFactoryA CCI ConnectionFactory adapter that returns the same Connection on allgetConnectioncalls, and ignores calls toConnection.close().classTransactionAwareConnectionFactoryProxyProxy for a target CCIConnectionFactory, adding awareness of Spring-managed transactions.