Interface DataRecord

All Superinterfaces:
Map
All Known Implementing Classes:
AbstractRecord, ArrayRecord, CobolRow, DatabaseRecord, DOMRecord, EISDOMRecord, EISMappedRecord, EmptyRecord, ResultSetRecord, SimpleResultSetRecord, UnmarshalRecord, XMLRecord, XMLTransformationRecord

public interface DataRecord extends Map
This interface defines the public interface for the EclipseLink DatabaseRecord (was Record), and the other record types XMLRecord, EISRecord. The Map API should be used to access the record data. The data is keyed on the field name, or XPath, and the value is the field data value.
Since:
10.1.3