Uses of Interface
org.hibernate.event.spi.EntityCopyObserver

Packages that use EntityCopyObserver
org.hibernate.event.internal This package defines a default set of event listeners that implements the default behaviors of Hibernate. 
 

Uses of EntityCopyObserver in org.hibernate.event.internal
 

Classes in org.hibernate.event.internal that implement EntityCopyObserver
 class EntityCopyAllowedLoggedObserver
          An EntityCopyObserver implementation that allows multiple representations of the same persistent entity to be merged and provides logging of the entity copies that that are detected.
 class EntityCopyAllowedObserver
          An EntityCopyObserver implementation that allows multiple representations of the same persistent entity to be merged.
 class EntityCopyNotAllowedObserver
           
 



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