Uses of Interface
org.hibernate.event.spi.PostInsertEventListener
-
Packages that use PostInsertEventListener Package Description org.hibernate.cache.internal Internal implementations and support for second-level caching.org.hibernate.envers.event.spi org.hibernate.event.internal This package defines a default set of event listeners that implement the default behaviors of Hibernate session operations.org.hibernate.event.spi Defines the event types and event listener interfaces for events produced by the statefulSession
.org.hibernate.internal An internal package containing implementations of central Hibernate APIs, mostly defined inorg.hibernate
. -
-
Uses of PostInsertEventListener in org.hibernate.cache.internal
Classes in org.hibernate.cache.internal that implement PostInsertEventListener Modifier and Type Class Description class
CollectionCacheInvalidator
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
Classes in org.hibernate.envers.event.spi that implement PostInsertEventListener Modifier and Type Class Description class
EnversPostInsertEventListenerImpl
Envers-specific entity (post) insertion event listener -
Uses of PostInsertEventListener in org.hibernate.event.internal
Classes in org.hibernate.event.internal that implement PostInsertEventListener Modifier and Type Class Description class
PostInsertEventListenerStandardImpl
-
Uses of PostInsertEventListener in org.hibernate.event.spi
Subinterfaces of PostInsertEventListener in org.hibernate.event.spi Modifier and Type Interface Description interface
PostCommitInsertEventListener
Called after an entity insert is committed to the datastore.Fields in org.hibernate.event.spi with type parameters of type PostInsertEventListener Modifier and Type Field Description static EventType<PostInsertEventListener>
EventType. POST_COMMIT_INSERT
static EventType<PostInsertEventListener>
EventType. POST_INSERT
-
Uses of PostInsertEventListener in org.hibernate.internal
Fields in org.hibernate.internal with type parameters of type PostInsertEventListener Modifier and Type Field Description EventListenerGroup<PostInsertEventListener>
FastSessionServices. eventListenerGroup_POST_COMMIT_INSERT
EventListenerGroup<PostInsertEventListener>
FastSessionServices. eventListenerGroup_POST_INSERT
-