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
The description of a set of rows to create, update or delete.
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionCreates are done first and are ordered.Deletes are done last.Dependent deletes aren't executed in the database but still trigger invalidations.final Set<RowMapper.RowUpdate>
Updates. -
Constructor Summary
-
Method Summary
-
Field Details
-
creates
Creates are done first and are ordered. -
updates
Updates. -
deletes
Deletes are done last. -
deletesDependent
Dependent deletes aren't executed in the database but still trigger invalidations.
-
-
Constructor Details
-
RowBatch
public RowBatch()
-
-
Method Details