Package org.nuxeo.ecm.core.storage.sql
Class RowMapper.RowBatch
- java.lang.Object
-
- org.nuxeo.ecm.core.storage.sql.RowMapper.RowBatch
-
- All Implemented Interfaces:
Serializable
- Enclosing interface:
- RowMapper
public static class RowMapper.RowBatch extends Object implements Serializable
The description of a set of rows to create, update or delete.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description List<Row>
creates
Creates are done first and are ordered.Set<RowId>
deletes
Deletes are done last.Set<RowId>
deletesDependent
Dependent deletes aren't executed in the database but still trigger invalidations.Set<RowMapper.RowUpdate>
updates
Updates.
-
Constructor Summary
Constructors Constructor Description RowBatch()
-
-
-
Field Detail
-
updates
public final Set<RowMapper.RowUpdate> updates
Updates.
-
-