Class RowId

  • All Implemented Interfaces:
    Serializable
    Direct Known Subclasses:
    ReadOnlyRowId, TemporaryRowId

    @Deprecated
    public class RowId
    extends Object
    implements Serializable
    Deprecated.
    As of 8.0, no replacement available.
    RowId represents identifiers of a single database result set row. The data structure of a RowId is an Object array which contains the values of the primary key columns of the identified row. This allows easy equals() -comparison of RowItems.
    See Also:
    Serialized Form
    • Field Detail

      • id

        protected Object[] id
        Deprecated.
    • Constructor Detail

      • RowId

        protected RowId()
        Deprecated.
        Prevent instantiation without required parameters.
      • RowId

        public RowId​(Object... id)
        Deprecated.
    • Method Detail

      • getId

        public Object[] getId()
        Deprecated.
      • hashCode

        public int hashCode()
        Deprecated.
        Overrides:
        hashCode in class Object
      • equals

        public boolean equals​(Object obj)
        Deprecated.
        Overrides:
        equals in class Object