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 SummaryFields 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) Methods inherited from class org.apache.cayenne.access.flush.operation.BaseDbRowOpequals, 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
 
 
-