org.springframework.jca.cci.core.CciTemplate <b>This is the central class in the CCI core package.</b> It simplifies the use of CCI and helps to avoid common errors. It executes core CCI workflow, leaving application code to provide parameters to CCI and extract results. This class executes EIS queries or updates, catching Resour ...
org.springframework.jca.cci.object.MappingRecordOperation EIS operation object that expects mapped input and output objects, converting to and from CCI Records. <p>Concrete subclasses must implement the abstract <code>createInputRecord(RecordFactory, Object)</code> and <code>extractOutputData(Record)</code> methods, to crea ...