Class DbRowOpMerger
java.lang.Object
org.apache.cayenne.access.flush.operation.DbRowOpMerger
- All Implemented Interfaces:
- BiFunction<DbRowOp,,- DbRowOp, - DbRowOp> - DbRowOpVisitor<DbRowOp>
public class DbRowOpMerger
extends Object
implements DbRowOpVisitor<DbRowOp>, BiFunction<DbRowOp,DbRowOp,DbRowOp>  
BiFunction that merges two 
DbRowOp changing same object.- Since:
- 4.2
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvisitDelete(DeleteDbRowOp other) visitInsert(InsertDbRowOp other) visitUpdate(UpdateDbRowOp other) Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.function.BiFunctionandThen
- 
Constructor Details- 
DbRowOpMergerpublic DbRowOpMerger()
 
- 
- 
Method Details- 
apply- Specified by:
- applyin interface- BiFunction<DbRowOp,- DbRowOp, - DbRowOp> 
 
- 
visitInsert- Specified by:
- visitInsertin interface- DbRowOpVisitor<DbRowOp>
 
- 
visitUpdate- Specified by:
- visitUpdatein interface- DbRowOpVisitor<DbRowOp>
 
- 
visitDelete- Specified by:
- visitDeletein interface- DbRowOpVisitor<DbRowOp>
 
 
-