Uses of Interface
org.hibernate.event.spi.PostInsertEventListener
Package
Description
Internal implementations and support for second-level caching.
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
.An internal package containing implementations of central Hibernate APIs,
mostly defined in
org.hibernate
.-
Uses of PostInsertEventListener in org.hibernate.cache.internal
Modifier and TypeClassDescriptionclass
Allows the collection cache to be automatically evicted if an element is inserted/removed/updated *without* properly managing both sides of the association (ie, the ManyToOne collection is changed w/o properly managing the OneToMany). -
Uses of PostInsertEventListener in org.hibernate.envers.event.spi
Modifier and TypeClassDescriptionclass
Envers-specific entity (post) insertion event listener -
Uses of PostInsertEventListener in org.hibernate.event.internal
-
Uses of PostInsertEventListener in org.hibernate.event.spi
Modifier and TypeInterfaceDescriptioninterface
Called after an entity insert is committed to the datastore.Modifier and TypeFieldDescriptionstatic final EventType<PostInsertEventListener>
EventType.POST_COMMIT_INSERT
static final EventType<PostInsertEventListener>
EventType.POST_INSERT
-
Uses of PostInsertEventListener in org.hibernate.internal
Modifier and TypeFieldDescriptionFastSessionServices.eventListenerGroup_POST_COMMIT_INSERT
FastSessionServices.eventListenerGroup_POST_INSERT