@NonNullApi @NonNullFields
See: Description
| Class | Description | 
|---|---|
| CciLocalTransactionManager | PlatformTransactionManagerimplementation
 that manages local transactions for a single CCI ConnectionFactory. | 
| ConnectionFactoryUtils | Helper class that provides static methods for obtaining CCI Connections
 from a  ConnectionFactory. | 
| ConnectionHolder | Resource holder wrapping a CCI  Connection. | 
| ConnectionSpecConnectionFactoryAdapter | An adapter for a target CCI  ConnectionFactory,
 applying the given ConnectionSpec to every standardgetConnection()call, that is, implicitly invokinggetConnection(ConnectionSpec)on the target. | 
| DelegatingConnectionFactory | CCI  ConnectionFactoryimplementation that delegates all calls
 to a given targetConnectionFactory. | 
| NotSupportedRecordFactory | Implementation of the CCI RecordFactory interface that always throws
 NotSupportedException. | 
| SingleConnectionFactory | A CCI ConnectionFactory adapter that returns the same Connection on all
  getConnectioncalls, and ignores calls toConnection.close(). | 
| TransactionAwareConnectionFactoryProxy | Proxy for a target CCI  ConnectionFactory, adding
 awareness of Spring-managed transactions. |