| 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. | 
| Modifier and Type | Class and Description | 
|---|---|
| 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. |