Package org.apache.cayenne.access.flush
Class DefaultDataDomainFlushAction.PhantomDbRowOpCleaner
java.lang.Object
org.apache.cayenne.access.flush.DefaultDataDomainFlushAction.PhantomDbRowOpCleaner
- All Implemented Interfaces:
DbRowOpVisitor<Void>
- Enclosing class:
DefaultDataDomainFlushAction
protected static class DefaultDataDomainFlushAction.PhantomDbRowOpCleaner
extends Object
implements DbRowOpVisitor<Void>
-
Field Summary
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.apache.cayenne.access.flush.operation.DbRowOpVisitor
visitDelete, visitInsert
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
PhantomDbRowOpCleaner
protected PhantomDbRowOpCleaner()
-
-
Method Details
-
visitUpdate
- Specified by:
visitUpdate
in interfaceDbRowOpVisitor<Void>
-