Class BaseDbRowOp
java.lang.Object
org.apache.cayenne.access.flush.operation.BaseDbRowOp
- All Implemented Interfaces:
DbRowOp
- Direct Known Subclasses:
DeleteDbRowOp
,DeleteInsertDbRowOp
,InsertDbRowOp
,UpdateDbRowOp
- Since:
- 4.2
-
Field Summary
-
Constructor Summary
ModifierConstructorDescriptionprotected
BaseDbRowOp
(Persistent object, DbEntity entity, ObjectId id) -
Method Summary
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.apache.cayenne.access.flush.operation.DbRowOp
accept, isSameBatch
-
Field Details
-
object
-
entity
-
changeId
-
hashCode
protected int hashCode
-
-
Constructor Details
-
BaseDbRowOp
-
-
Method Details
-
getEntity
-
getChangeId
- Specified by:
getChangeId
in interfaceDbRowOp
-
getObject
-
equals
-
hashCode
public int hashCode() -
toString
-