| Name | Description | Type | Package | Framework |
| CciLocalTransactionManager | PlatformTransactionManager implementationthat manages local transactions for a single CCI ConnectionFactory. | Class | org.springframework.jca.cci.connection | Spring MVC |
| ConnectionFactoryUtils | Helper class that provides static methods for obtaining CCI Connectionsfrom a ConnectionFactory. | Class | org.springframework.jca.cci.connection | Spring MVC |
| ConnectionHolder | Connection holder, wrapping a CCI Connection. | Class | org.springframework.jca.cci.connection | Spring MVC |
| ConnectionSpecConnectionFactoryAdapter | An adapter for a target CCI ConnectionFactory,applying the given ConnectionSpec to every standard getConnection() | Class | org.springframework.jca.cci.connection | Spring MVC |
| DelegatingConnectionFactory | CCI ConnectionFactory implementation that delegates all callsto a given target ConnectionFactory. | Class | org.springframework.jca.cci.connection | Spring MVC |
| NotSupportedRecordFactory | NotSupportedException. | Class | org.springframework.jca.cci.connection | Spring MVC |
| SingleConnectionFactory | A CCI ConnectionFactory adapter that returns the same Connection on allgetConnection calls, and ignores calls to | Class | org.springframework.jca.cci.connection | Spring MVC |
| TransactionAwareConnectionFactoryProxy | Proxy for a target CCI ConnectionFactory, addingawareness of Spring-managed transactions. | Class | org.springframework.jca.cci.connection | Spring MVC |