Class UpdateDbRowOp
java.lang.Object
org.apache.cayenne.access.flush.operation.BaseDbRowOp
org.apache.cayenne.access.flush.operation.UpdateDbRowOp
- All Implemented Interfaces:
- DbRowOp,- DbRowOpWithQualifier,- DbRowOpWithValues
- Since:
- 4.2
- 
Field SummaryFieldsFields inherited from class org.apache.cayenne.access.flush.operation.BaseDbRowOpchangeId, entity, hashCode, object
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescription<T> Taccept(DbRowOpVisitor<T> visitor) booleanisSameBatch(DbRowOp rowOp) toString()Methods inherited from class org.apache.cayenne.access.flush.operation.BaseDbRowOpequals, getChangeId, getEntity, getObject, hashCodeMethods inherited from class java.lang.Objectclone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.apache.cayenne.access.flush.operation.DbRowOpgetChangeId, getEntity, getObject
- 
Field Details- 
values
- 
qualifier
 
- 
- 
Constructor Details- 
UpdateDbRowOp
 
- 
- 
Method Details- 
accept
- 
getQualifier- Specified by:
- getQualifierin interface- DbRowOpWithQualifier
 
- 
getValues- Specified by:
- getValuesin interface- DbRowOpWithValues
 
- 
isSameBatch- Specified by:
- isSameBatchin interface- DbRowOp
- Parameters:
- rowOp- to check
- Returns:
- is this and rowOp operations belong to same sql batch
 
- 
toString- Overrides:
- toStringin class- BaseDbRowOp
 
 
-