Class DeleteInsertDbRowOp
java.lang.Object
org.apache.cayenne.access.flush.operation.BaseDbRowOp
org.apache.cayenne.access.flush.operation.DeleteInsertDbRowOp
- All Implemented Interfaces:
DbRowOp
Special case op, that describes delete/insert sequence of different objects
that have same ObjectId (known example: meaningful PK set to same value as used before).
- Since:
- 4.2
-
Field Summary
Fields inherited from class org.apache.cayenne.access.flush.operation.BaseDbRowOp
changeId, entity, hashCode, object
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<T> T
accept
(DbRowOpVisitor<T> visitor) boolean
isSameBatch
(DbRowOp rowOp) Methods inherited from class org.apache.cayenne.access.flush.operation.BaseDbRowOp
equals, getChangeId, getEntity, getObject, hashCode, toString
-
Constructor Details
-
DeleteInsertDbRowOp
-
-
Method Details
-
accept
-
isSameBatch
- Parameters:
rowOp
- to check- Returns:
- is this and rowOp operations belong to same sql batch
-