FileDocCategorySizeDatePackage
Record.javaAPI DocGlassfish v2 API2410Tue May 22 16:54:52 BST 2007oracle.toplink.essentials.sessions

Record

public interface Record implements Map
This interface defines the public interface for the TopLink DatabaseRecord (was DatabaseRow), 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

Fields Summary
Constructors Summary
Methods Summary