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 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<T> Taccept(DbRowOpVisitor<T> visitor) booleanbooleanisSameBatch(DbRowOp rowOp) toString()Methods inherited from class BaseDbRowOp
entitiesHaveSameNameAndDataMap, getChangeId, getEntity, getObject, hashCodeModifier and TypeMethodDescriptionprotected booleanInternal check used in the batching ops logicinthashCode()
-
Field Details
-
values
-
-
Constructor Details
-
InsertDbRowOp
-
-
Method Details
-
accept
-
getValues
- Specified by:
getValuesin interfaceDbRowOpWithValues
-
equals
- Overrides:
equalsin classBaseDbRowOp
-
isSameBatch
- Specified by:
isSameBatchin interfaceDbRowOp- Parameters:
rowOp- to check- Returns:
- is this and rowOp operations belong to same sql batch
-
toString
- Overrides:
toStringin classBaseDbRowOp
-