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