Class RowMapper.RowBatch

    • Field Detail

      • creates

        public final List<Row> creates
        Creates are done first and are ordered.
      • deletes

        public final Set<RowId> deletes
        Deletes are done last.
      • deletesDependent

        public final Set<RowId> deletesDependent
        Dependent deletes aren't executed in the database but still trigger invalidations.
    • Constructor Detail

      • RowBatch

        public RowBatch()
    • Method Detail

      • isEmpty

        public boolean isEmpty()