Package org.apache.cayenne.access.flush
Class DefaultDataDomainFlushAction.EmptyRowChecker
java.lang.Object
org.apache.cayenne.access.flush.DefaultDataDomainFlushAction.EmptyRowChecker
- All Implemented Interfaces:
- DbRowOpVisitor<Boolean>
- Enclosing class:
- DefaultDataDomainFlushAction
protected static class DefaultDataDomainFlushAction.EmptyRowChecker
extends Object
implements DbRowOpVisitor<Boolean>
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprotected static final DefaultDataDomainFlushAction.EmptyRowChecker
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvisitDelete(DeleteDbRowOp dbRow) visitInsert(InsertDbRowOp dbRow) visitUpdate(UpdateDbRowOp dbRow) 
- 
Field Details- 
INSTANCE
 
- 
- 
Constructor Details- 
EmptyRowCheckerprotected EmptyRowChecker()
 
- 
- 
Method Details- 
visitDelete- Specified by:
- visitDeletein interface- DbRowOpVisitor<Boolean>
 
- 
visitInsert- Specified by:
- visitInsertin interface- DbRowOpVisitor<Boolean>
 
- 
visitUpdate- Specified by:
- visitUpdatein interface- DbRowOpVisitor<Boolean>
 
 
-