Class DeleteDbRowOp
java.lang.Object
org.apache.cayenne.access.flush.operation.BaseDbRowOp
org.apache.cayenne.access.flush.operation.DeleteDbRowOp
- All Implemented Interfaces:
- DbRowOp,- DbRowOpWithQualifier
- 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) booleanbooleanisSameBatch(DbRowOp rowOp) voidsetChangeId(ObjectId changeId) toString()Methods inherited from class org.apache.cayenne.access.flush.operation.BaseDbRowOpgetChangeId, 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- 
qualifier
 
- 
- 
Constructor Details- 
DeleteDbRowOp
 
- 
- 
Method Details- 
accept
- 
setChangeId
- 
equals- Overrides:
- equalsin class- BaseDbRowOp
 
- 
isSameBatch- Specified by:
- isSameBatchin interface- DbRowOp
- Parameters:
- rowOp- to check
- Returns:
- is this and rowOp operations belong to same sql batch
 
- 
getQualifier- Specified by:
- getQualifierin interface- DbRowOpWithQualifier
 
- 
toString- Overrides:
- toStringin class- BaseDbRowOp
 
 
-