Uses of Interface
org.hibernate.envers.synchronization.work.WorkUnitMergeDispatcher

Packages that use WorkUnitMergeDispatcher
org.hibernate.envers.synchronization.work   
 

Uses of WorkUnitMergeDispatcher in org.hibernate.envers.synchronization.work
 

Subinterfaces of WorkUnitMergeDispatcher in org.hibernate.envers.synchronization.work
 interface AuditWorkUnit
          TODO: refactor constructors into factory methods
 

Classes in org.hibernate.envers.synchronization.work that implement WorkUnitMergeDispatcher
 class AbstractAuditWorkUnit
           
 class AddWorkUnit
           
 class CollectionChangeWorkUnit
           
 class DelWorkUnit
           
 class FakeBidirectionalRelationWorkUnit
          A work unit that handles "fake" bidirectional one-to-many relations (mapped with @OneToMany+@JoinColumn and @ManyToOne+@Column(insertable=false, updatable=false).
 class ModWorkUnit
           
 class PersistentCollectionChangeWorkUnit
           
 



Copyright © 2001-2010 Red Hat, Inc. All Rights Reserved.