public abstract class BaseDbRowOp extends Object implements DbRowOp
Modifier and Type | Field and Description |
---|---|
protected ObjectId |
changeId |
protected DbEntity |
entity |
protected int |
hashCode |
protected Persistent |
object |
Modifier | Constructor and Description |
---|---|
protected |
BaseDbRowOp(Persistent object,
DbEntity entity,
ObjectId id) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
ObjectId |
getChangeId() |
DbEntity |
getEntity() |
Persistent |
getObject() |
int |
hashCode() |
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
accept, isSameBatch
protected final Persistent object
protected final DbEntity entity
protected ObjectId changeId
protected int hashCode
protected BaseDbRowOp(Persistent object, DbEntity entity, ObjectId id)
public ObjectId getChangeId()
getChangeId
in interface DbRowOp
public Persistent getObject()
Copyright © 2001–2021 Apache Cayenne. All rights reserved.