Uses of Interface
org.hibernate.event.spi.PreCollectionRemoveEventListener
-
Packages that use PreCollectionRemoveEventListener Package Description org.hibernate.envers.event.spi org.hibernate.event.spi -
-
Uses of PreCollectionRemoveEventListener in org.hibernate.envers.event.spi
Classes in org.hibernate.envers.event.spi that implement PreCollectionRemoveEventListener Modifier and Type Class Description class
EnversPreCollectionRemoveEventListenerImpl
Envers-specific collection removal event listener -
Uses of PreCollectionRemoveEventListener in org.hibernate.event.spi
Fields in org.hibernate.event.spi with type parameters of type PreCollectionRemoveEventListener Modifier and Type Field Description static EventType<PreCollectionRemoveEventListener>
EventType. PRE_COLLECTION_REMOVE
-