|
|||||||||
Home >> All >> org >> springframework >> jca >> cci >> [ object overview ] | PREV PACKAGE NEXT PACKAGE |
Package org.springframework.jca.cci.object
This package contains Spring's support for the Common Client Interface (CCI), as defined by the J2EE Connector Architecture.
See:
Description
Class Summary | |
EisOperation | Base class for EIS operation objects that work with the CCI API. |
MappingCommAreaOperation | Query specific for COMMAREA based record. |
MappingRecordOperation | EIS operation object that expects mapped input and output objects, converting to and from CCI Records. |
SimpleRecordOperation | EIS operation object that accepts a passed-in CCI input Record and returns a corresponding CCI output Record. |
Package org.springframework.jca.cci.object Description
This package contains Spring's support for the Common Client Interface (CCI),
as defined by the J2EE Connector Architecture. It is conceptually similar
to the org.springframework.jdbc
package, providing the same
levels of data access abstraction.
|
|||||||||
Home >> All >> org >> springframework >> jca >> cci >> [ object overview ] | PREV PACKAGE NEXT PACKAGE |