public static class RowMapper.RowBatch extends Object implements Serializable
| Modifier and Type | Field and 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 and Description | 
|---|
RowBatch()  | 
public final Set<RowMapper.RowUpdate> updates
public final Set<RowId> deletesDependent
public RowBatch()
Copyright © 2019 Nuxeo. All rights reserved.