Uses of Package
org.hibernate.event.internal
Packages that use org.hibernate.event.internal
Package
Description
This package defines a default set of event listeners that implement
the default behaviors of Hibernate session operations.
-
Classes in org.hibernate.event.internal used by org.hibernate.event.internalClassDescriptionA convenience base class for listeners whose functionality results in flushing.A convenience base class for listeners responding to save events.Abstract superclass of algorithms that walk a tree of property values of an entity, and perform specific functionality for collections, components and associated entities.Defines the default create event listener used by hibernate for creating transient entities in response to generated create events.Looks for the configuration property "hibernate.event.merge.entity_copy_observer" and registers the matching
EntityCopyObserverFactory
based on the configuration value.Reassociates uninitialized proxies with the sessionAbstract superclass of visitors that reattach collections.