public class UpdateDbRowOp extends BaseDbRowOp implements DbRowOpWithValues, DbRowOpWithQualifier
| Modifier and Type | Field and Description |
|---|---|
protected Qualifier |
qualifier |
protected Values |
values |
changeId, entity, hashCode, 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, hashCodeclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetChangeId, getEntity, getObjectpublic UpdateDbRowOp(Persistent object, DbEntity entity, ObjectId id)
public <T> T accept(DbRowOpVisitor<T> visitor)
public Qualifier getQualifier()
getQualifier in interface DbRowOpWithQualifierpublic Values getValues()
getValues in interface DbRowOpWithValuespublic boolean isSameBatch(DbRowOp rowOp)
isSameBatch in interface DbRowOprowOp - to checkpublic String toString()
toString in class BaseDbRowOpCopyright © 2001–2021 Apache Cayenne. All rights reserved.