Uses of Class
org.hibernate.event.spi.PreCollectionRecreateEvent
-
Packages that use PreCollectionRecreateEvent Package Description org.hibernate.event.spi Defines the event types and event listener interfaces for events produced by the statefulSession
. -
-
Uses of PreCollectionRecreateEvent in org.hibernate.event.spi
Methods in org.hibernate.event.spi with parameters of type PreCollectionRecreateEvent Modifier and Type Method Description void
PreCollectionRecreateEventListener. onPreRecreateCollection(PreCollectionRecreateEvent event)
-