public static final class RowMapper.RowUpdate extends Object implements Serializable
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 |
---|---|
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)
Copyright © 2018 Nuxeo. All rights reserved.