Class InsertDbRowOp
java.lang.Object
org.apache.cayenne.access.flush.operation.BaseDbRowOp
org.apache.cayenne.access.flush.operation.InsertDbRowOp
- All Implemented Interfaces:
DbRowOp
,DbRowOpWithValues
- Since:
- 4.2
-
Field Summary
Fields inherited from class org.apache.cayenne.access.flush.operation.BaseDbRowOp
changeId, entity, hashCode, object
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescription<T> T
accept
(DbRowOpVisitor<T> visitor) boolean
boolean
isSameBatch
(DbRowOp rowOp) toString()
Methods inherited from class org.apache.cayenne.access.flush.operation.BaseDbRowOp
getChangeId, getEntity, getObject, hashCode
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
getChangeId, getEntity, getObject
-
Field Details
-
values
-
-
Constructor Details
-
InsertDbRowOp
-
-
Method Details
-
accept
-
getValues
- Specified by:
getValues
in interfaceDbRowOpWithValues
-
equals
- Overrides:
equals
in classBaseDbRowOp
-
isSameBatch
- Specified by:
isSameBatch
in interfaceDbRowOp
- Parameters:
rowOp
- to check- Returns:
- is this and rowOp operations belong to same sql batch
-
toString
- Overrides:
toString
in classBaseDbRowOp
-