public class DeleteDbRowOp extends BaseDbRowOp implements DbRowOpWithQualifier
Modifier and Type | Field and Description |
---|---|
protected Qualifier |
qualifier |
changeId, entity, 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) |
String |
toString() |
getChangeId, getEntity, getObject, hashCode
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getChangeId, getEntity, getObject
protected final Qualifier qualifier
public DeleteDbRowOp(Persistent object, DbEntity entity, ObjectId id)
public <T> T accept(DbRowOpVisitor<T> visitor)
public boolean equals(Object o)
equals
in class BaseDbRowOp
public boolean isSameBatch(DbRowOp rowOp)
isSameBatch
in interface DbRowOp
rowOp
- to checkpublic Qualifier getQualifier()
getQualifier
in interface DbRowOpWithQualifier
public String toString()
toString
in class BaseDbRowOp
Copyright © 2001–2020 Apache Cayenne. All rights reserved.