Interface QueryDelegate.RowIdChangeEvent

  • All Superinterfaces:
    java.io.Serializable
    All Known Implementing Classes:
    TableQuery.RowIdChangeEvent
    Enclosing interface:
    QueryDelegate

    @Deprecated
    public static interface QueryDelegate.RowIdChangeEvent
    extends java.io.Serializable
    Deprecated.
    An Event object specifying the old and new RowId of an added item after the addition has been successfully committed.
    • Method Detail

      • getOldRowId

        RowId getOldRowId()
        Deprecated.
        Gets the old (temporary) RowId of the added row that raised this event.
        Returns:
        old RowId
      • getNewRowId

        RowId getNewRowId()
        Deprecated.
        Gets the new, possibly database assigned RowId of the added row that raised this event.
        Returns:
        new RowId