Uses of Class
org.apache.cayenne.access.flush.operation.InsertDbRowOp
-
Packages that use InsertDbRowOp Package Description org.apache.cayenne.access.flush.operation -
-
Uses of InsertDbRowOp in org.apache.cayenne.access.flush.operation
Methods in org.apache.cayenne.access.flush.operation with parameters of type InsertDbRowOp Modifier and Type Method Description DbRowOpDbRowOpMerger. visitInsert(InsertDbRowOp other)default TDbRowOpVisitor. visitInsert(InsertDbRowOp dbRow)DbRowOpTypeDefaultDbRowOpSorter.DbRowTypeVisitor. visitInsert(InsertDbRowOp diffSnapshot)Constructors in org.apache.cayenne.access.flush.operation with parameters of type InsertDbRowOp Constructor Description DeleteInsertDbRowOp(DeleteDbRowOp delete, InsertDbRowOp insert)
-