Uses of Interface
org.hibernate.event.spi.EntityCopyObserver
Packages that use EntityCopyObserver
Package
Description
This package defines a default set of event listeners that implement
the default behaviors of Hibernate session operations.
Defines the event types and event listener interfaces for
events produced by the stateful
Session
.-
Uses of EntityCopyObserver in org.hibernate.event.internal
Classes in org.hibernate.event.internal that implement EntityCopyObserverModifier and TypeClassDescriptionfinal class
AnEntityCopyObserver
implementation that allows multiple representations of the same persistent entity to be merged and provides logging of the entity copies that are detected.final class
AnEntityCopyObserver
implementation that allows multiple representations of the same persistent entity to be merged.final class
-
Uses of EntityCopyObserver in org.hibernate.event.spi
Methods in org.hibernate.event.spi that return EntityCopyObserverConstructors in org.hibernate.event.spi with parameters of type EntityCopyObserverModifierConstructorDescriptionMergeContext
(EventSource session, EntityCopyObserver entityCopyObserver)