| Package | Description | 
|---|---|
| org.springframework.jca.cci.core | Provides the core JCA CCI support, based on CciTemplate
 and its associated callback interfaces. | 
| org.springframework.jca.cci.core.support | Classes supporting the  org.springframework.jca.cci.corepackage. | 
| org.springframework.jca.cci.object | The classes in this package represent EIS operations as threadsafe,
 reusable objects. | 
| Modifier and Type | Method and Description | 
|---|---|
| CciTemplate | CciTemplate. getDerivedTemplate(ConnectionSpec connectionSpec)Create a template derived from this template instance,
 inheriting the ConnectionFactory and other settings but
 overriding the ConnectionSpec used for obtaining Connections. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected CciTemplate | CciDaoSupport. createCciTemplate(ConnectionFactory connectionFactory)Create a CciTemplate for the given ConnectionFactory. | 
| CciTemplate | CciDaoSupport. getCciTemplate()Return the CciTemplate for this DAO,
 pre-initialized with the ConnectionFactory or set explicitly. | 
| protected CciTemplate | CciDaoSupport. getCciTemplate(ConnectionSpec connectionSpec)Obtain a CciTemplate derived from the main template instance,
 inheriting the ConnectionFactory and other settings but
 overriding the ConnectionSpec used for obtaining Connections. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | CciDaoSupport. setCciTemplate(CciTemplate cciTemplate)Set the CciTemplate for this DAO explicitly,
 as an alternative to specifying a ConnectionFactory. | 
| Modifier and Type | Method and Description | 
|---|---|
| CciTemplate | EisOperation. getCciTemplate()Return the CciTemplate used by this operation. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | EisOperation. setCciTemplate(CciTemplate cciTemplate)Set the CciTemplate to be used by this operation. |