EIS Composite Object Mappings map a Java object to a privately owned, one-to-one relationship to an EIS Record according to its descriptor's record type.
Record Type | Description |
Indexed | Ordered collection of record elements. The indexed record EIS format enables Java class attribute values to be retreived by position or index. |
Mapped | Key-value map based representation of record elements. The mapped record EIS format enables Java class attribute values to be retreived by an object key. |
XML | Record/Map representation of an XML DOM element. |
@see org.eclipse.persistence.eis.EISDescriptor#useIndexedRecordFormat
@see org.eclipse.persistence.eis.EISDescriptor#useMappedRecordFormat
@see org.eclipse.persistence.eis.EISDescriptor#useXMLRecordFormat
@since Oracle TopLink 10
g Release 2 (10.1.3)