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 SummaryFields
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedBaseDbRowOp(Persistent object, DbEntity entity, ObjectId id) 
- 
Method SummaryMethods inherited from class java.lang.Objectclone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.apache.cayenne.access.flush.operation.DbRowOpaccept, isSameBatch
- 
Field Details- 
object
- 
entity
- 
changeId
- 
hashCodeprotected int hashCode
 
- 
- 
Constructor Details- 
BaseDbRowOp
 
- 
- 
Method Details- 
getEntity
- 
getChangeId- Specified by:
- getChangeIdin interface- DbRowOp
 
- 
getObject
- 
equals
- 
hashCodepublic int hashCode()
- 
toString
 
-