public abstractclassMappingRecordOperation
extends EisOperation
Overview
Inheritance
Members
Usage
Source
Books
Since1.2
VersionNot specified.
Author(s)Thierry Templier, Juergen Hoeller
EIS operation object that expects mapped input and output objects,
converting to and from CCI Records.
Concrete subclasses must implement the abstract
createInputRecord(RecordFactory, Object) and
extractOutputData(Record) methods, to create an input
Record from an object and to convert an output Record into an object,
respectively.
Concrete subclasses must implement the abstract
createInputRecord(RecordFactory, Object)andextractOutputData(Record)methods, to create an input Record from an object and to convert an output Record into an object, respectively.