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