| 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. | 
| org.springframework.jca.cci.core.support | Classes supporting the  org.springframework.jca.cci.corepackage. | 
| Modifier and Type | Method and Description | 
|---|---|
| static Connection | ConnectionFactoryUtils. getConnection(ConnectionFactory cf)Obtain a Connection from the given ConnectionFactory. | 
| static Connection | ConnectionFactoryUtils. getConnection(ConnectionFactory cf,
             ConnectionSpec spec)Obtain a Connection from the given ConnectionFactory. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected Connection | CciDaoSupport. getConnection()Get a CCI Connection, either from the current transaction or a new one. |