Skip navigation links

Oracle® Fusion Middleware Java API Reference for EclipseLink
11g Release 1 (11.1.1)

E26376-01


org.eclipse.persistence.sessions
Interface Record

All Superinterfaces:
java.util.Map
All Known Implementing Classes:
org.eclipse.persistence.internal.sessions.AbstractRecord, ContentHandlerRecord, DatabaseRecord, DOMRecord, EISDOMRecord, EISMappedRecord, FormattedOutputStreamRecord, FormattedWriterRecord, MarshalRecord, NodeRecord, OutputStreamRecord, UnmarshalRecord, ValidatingMarshalRecord, WriterRecord, XMLEventWriterRecord, XMLRecord, XMLRootRecord, XMLStreamWriterRecord

public interface Record
extends java.util.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.

Author:
mmacivor
Since:
10.1.3

Nested Class Summary

 

Nested classes/interfaces inherited from interface java.util.Map
java.util.Map.Entry<K,V>

 

Method Summary

 

Methods inherited from interface java.util.Map
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values

 


Skip navigation links

Oracle® Fusion Middleware Java API Reference for EclipseLink
11g Release 1 (11.1.1)

E26376-01


Copyright © 2007, Eclipse Foundation, Inc. and its licensors. All rights reserved.