类的使用
org.springframework.jca.cci.connection.DelegatingConnectionFactory
使用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.org.springframework.jca.cci.connection中DelegatingConnectionFactory的使用
org.springframework.jca.cci.connection中DelegatingConnectionFactory的子类 修饰符和类型 类 说明 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.