Interface Record

  • All Superinterfaces:
    java.util.Map
    All Known Implementing Classes:
    org.eclipse.persistence.internal.sessions.AbstractRecord, DatabaseRecord, DOMRecord, EISDOMRecord, EISMappedRecord, UnmarshalRecord, XMLRecord

    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 extends java.lang.Object,​V extends java.lang.Object>
    • Method Summary

      • Methods inherited from interface java.util.Map

        clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values