public interface DbRowOp
Modifier and Type | Method and Description |
---|---|
<T> T |
accept(DbRowOpVisitor<T> visitor) |
ObjectId |
getChangeId() |
DbEntity |
getEntity() |
Persistent |
getObject() |
boolean |
isSameBatch(DbRowOp rowOp) |
<T> T accept(DbRowOpVisitor<T> visitor)
DbEntity getEntity()
ObjectId getChangeId()
Persistent getObject()
boolean isSameBatch(DbRowOp rowOp)
rowOp
- to checkCopyright © 2001–2021 Apache Cayenne. All rights reserved.