Package org.nuxeo.ecm.core.storage.sql
Class RowMapper.RowUpdate
java.lang.Object
org.nuxeo.ecm.core.storage.sql.RowMapper.RowUpdate
- All Implemented Interfaces:
Serializable
,Comparable<RowMapper.RowUpdate>
- Enclosing interface:
- RowMapper
public static final class RowMapper.RowUpdate
extends Object
implements Serializable, Comparable<RowMapper.RowUpdate>
A
Row
and a list of its keys that have to be updated.- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
compareTo
(RowMapper.RowUpdate other) boolean
int
hashCode()
void
setConditions
(Map<String, Serializable> conditions) toString()
-
Field Details
-
row
-
keys
-
pos
public final int pos -
conditions
-
-
Constructor Details
-
RowUpdate
Constructor for simple fragment update. -
RowUpdate
Constructor for collection fragment full update. -
RowUpdate
Constructor for collection fragment right push update.
-
-
Method Details
-
setConditions
-
hashCode
public int hashCode() -
equals
-
compareTo
- Specified by:
compareTo
in interfaceComparable<RowMapper.RowUpdate>
-
toString
-