Uses of Class
org.hibernate.event.spi.AbstractCollectionEvent
-
Packages that use AbstractCollectionEvent Package Description org.hibernate.envers.event.spi org.hibernate.event.spi -
-
Uses of AbstractCollectionEvent in org.hibernate.envers.event.spi
Methods in org.hibernate.envers.event.spi with parameters of type AbstractCollectionEvent Modifier and Type Method Description protected CollectionEntryBaseEnversCollectionEventListener. getCollectionEntry(AbstractCollectionEvent event)protected java.io.SerializableBaseEnversCollectionEventListener. initializeCollection(AbstractCollectionEvent event)Forces persistent collection initialization.protected voidBaseEnversCollectionEventListener. onCollectionAction(AbstractCollectionEvent event, PersistentCollection newColl, java.io.Serializable oldColl, CollectionEntry collectionEntry)protected voidBaseEnversCollectionEventListener. onCollectionActionInversed(AbstractCollectionEvent event, PersistentCollection newColl, java.io.Serializable oldColl, CollectionEntry collectionEntry)protected booleanBaseEnversCollectionEventListener. 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.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
-