public static final class RowMapper.RowUpdate extends Object implements Serializable, Comparable<RowMapper.RowUpdate>
Row and a list of its keys that have to be updated.| Modifier and Type | Field and Description | 
|---|---|
Map<String,Serializable> | 
conditions  | 
Collection<String> | 
keys  | 
int | 
pos  | 
Row | 
row  | 
| Constructor and Description | 
|---|
RowUpdate(Row row)
Constructor for collection fragment full update. 
 | 
RowUpdate(Row row,
         Collection<String> keys)
Constructor for simple fragment update. 
 | 
RowUpdate(Row row,
         int pos)
Constructor for collection fragment right push update. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
int | 
compareTo(RowMapper.RowUpdate other)  | 
boolean | 
equals(Object other)  | 
int | 
hashCode()  | 
void | 
setConditions(Map<String,Serializable> conditions)  | 
String | 
toString()  | 
public final Collection<String> keys
public final int pos
public Map<String,Serializable> conditions
public RowUpdate(Row row, Collection<String> keys)
public void setConditions(Map<String,Serializable> conditions)
public int compareTo(RowMapper.RowUpdate other)
compareTo in interface Comparable<RowMapper.RowUpdate>Copyright © 2019 Nuxeo. All rights reserved.