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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<T> Taccept(DbRowOpVisitor<T> visitor) booleanisSameBatch(DbRowOp rowOp) toString()Methods inherited from class BaseDbRowOp
entitiesHaveSameNameAndDataMap, equals, getChangeId, getEntity, getObject, hashCodeModifier and TypeMethodDescriptionprotected booleanInternal check used in the batching ops logicbooleaninthashCode()
-
Field Details
-
values
-
qualifier
-
-
Constructor Details
-
UpdateDbRowOp
-
-
Method Details
-
accept
-
getQualifier
- Specified by:
getQualifierin interfaceDbRowOpWithQualifier
-
getValues
- Specified by:
getValuesin interfaceDbRowOpWithValues
-
isSameBatch
- Specified by:
isSameBatchin interfaceDbRowOp- Parameters:
rowOp- to check- Returns:
- is this and rowOp operations belong to same sql batch
-
toString
- Overrides:
toStringin classBaseDbRowOp
-