Oracle Fusion Middleware Java API Reference for Oracle TopLink (Deprecated)
11g Release 1 (11.1.1)

B32476-04

oracle.toplink.sessions
Interface Record

All Superinterfaces:
java.util.Map
All Known Implementing Classes:
oracle.toplink.internal.sessions.AbstractRecord, ContentHandlerRecord, DatabaseRecord, DatabaseRow, DOMRecord, EISDOMRecord, EISMappedRecord, FormattedWriterRecord, MarshalRecord, NodeRecord, UnmarshalRecord, WriterRecord, XMLRecord, XMLRootRecord

public interface Record
extends java.util.Map

This interface defines the public interface for the TopLink 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

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
 


Copyright © 1998, 2012, Oracle. All Rights Reserved.