Interface WorkUnitMergeDispatcher
-
- All Known Subinterfaces:
AuditWorkUnit
- All Known Implementing Classes:
AbstractAuditWorkUnit
,AddWorkUnit
,CollectionChangeWorkUnit
,DelWorkUnit
,FakeBidirectionalRelationWorkUnit
,ModWorkUnit
,PersistentCollectionChangeWorkUnit
public interface WorkUnitMergeDispatcher
Visitor patter dispatcher.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AuditWorkUnit
dispatch(WorkUnitMergeVisitor first)
Should be invoked on the second work unit.
-
-
-
Method Detail
-
dispatch
AuditWorkUnit dispatch(WorkUnitMergeVisitor first)
Should be invoked on the second work unit.- Parameters:
first
- First work unit (that is, the one added earlier).- Returns:
- The work unit that is the result of the merge.
-
-