Uses of Class
org.hibernate.event.spi.AbstractCollectionEvent
Packages that use AbstractCollectionEvent
Package
Description
Defines the event types and event listener interfaces for
events produced by the stateful
Session
.-
Uses of AbstractCollectionEvent in org.hibernate.envers.event.spi
Methods in org.hibernate.envers.event.spi with parameters of type AbstractCollectionEventModifier and TypeMethodDescriptionprotected final CollectionEntry
BaseEnversCollectionEventListener.getCollectionEntry
(AbstractCollectionEvent event) protected Serializable
BaseEnversCollectionEventListener.initializeCollection
(AbstractCollectionEvent event) Forces persistent collection initialization.protected final void
BaseEnversCollectionEventListener.onCollectionAction
(AbstractCollectionEvent event, PersistentCollection newColl, Serializable oldColl, CollectionEntry collectionEntry) protected final void
BaseEnversCollectionEventListener.onCollectionActionInversed
(AbstractCollectionEvent event, PersistentCollection newColl, Serializable oldColl, CollectionEntry collectionEntry) protected boolean
BaseEnversCollectionEventListener.shouldGenerateRevision
(AbstractCollectionEvent event) Checks whether modification of not-owned relation field triggers new revision and owner entity is versioned. -
Uses of AbstractCollectionEvent in org.hibernate.event.spi
Subclasses of AbstractCollectionEvent in org.hibernate.event.spiModifier and TypeClassDescriptionclass
An event that occurs when a collection wants to be initializedclass
An event that occurs after a collection is recreatedclass
An event that occurs after a collection is removedclass
An event that occurs after a collection is updatedclass
An event that occurs before a collection is recreatedclass
An event that occurs before a collection is removedclass
An event that occurs before a collection is updated