Class TableUpdate.RowUpdate<E extends TableSchema<E>>

    • Constructor Detail

      • RowUpdate

        public RowUpdate​(UUID uuid,
                         Row<E> oldRow,
                         Row<E> newRow)
    • Method Detail

      • getUuid

        public UUID getUuid()
      • getOld

        public Row<E> getOld()
      • getNew

        public Row<E> getNew()