public class DeleteDbRowOp extends BaseDbRowOp implements DbRowOpWithQualifier
| Modifier and Type | Field and Description |
|---|---|
protected Qualifier |
qualifier |
changeId, entity, hashCode, object| Constructor and Description |
|---|
DeleteDbRowOp(Persistent object,
DbEntity entity,
ObjectId id) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
accept(DbRowOpVisitor<T> visitor) |
boolean |
equals(Object o) |
Qualifier |
getQualifier() |
boolean |
isSameBatch(DbRowOp rowOp) |
void |
setChangeId(ObjectId changeId) |
String |
toString() |
getChangeId, getEntity, getObject, hashCodeclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetChangeId, getEntity, getObjectprotected final Qualifier qualifier
public DeleteDbRowOp(Persistent object, DbEntity entity, ObjectId id)
public <T> T accept(DbRowOpVisitor<T> visitor)
public void setChangeId(ObjectId changeId)
public boolean equals(Object o)
equals in class BaseDbRowOppublic boolean isSameBatch(DbRowOp rowOp)
isSameBatch in interface DbRowOprowOp - to checkpublic Qualifier getQualifier()
getQualifier in interface DbRowOpWithQualifierpublic String toString()
toString in class BaseDbRowOpCopyright © 2001–2021 Apache Cayenne. All rights reserved.