Uses of Class
org.hibernate.event.spi.AbstractCollectionEvent
-
Packages that use AbstractCollectionEvent Package Description org.hibernate.event.spi Defines the event types and event listener interfaces for events produced by the statefulSession. -
-
Uses of AbstractCollectionEvent in org.hibernate.event.spi
Subclasses of AbstractCollectionEvent in org.hibernate.event.spi Modifier and Type Class Description classInitializeCollectionEventAn event that occurs when a collection wants to be initializedclassPostCollectionRecreateEventAn event that occurs after a collection is recreatedclassPostCollectionRemoveEventAn event that occurs after a collection is removedclassPostCollectionUpdateEventAn event that occurs after a collection is updatedclassPreCollectionRecreateEventAn event that occurs before a collection is recreatedclassPreCollectionRemoveEventAn event that occurs before a collection is removedclassPreCollectionUpdateEventAn event that occurs before a collection is updated
-