Uses of Interface
org.hibernate.event.spi.EventEngineContributions
-
Packages that use EventEngineContributions Package Description org.hibernate.event.spi Defines the event types and event listener interfaces for events produced by the statefulSession
. -
-
Uses of EventEngineContributions in org.hibernate.event.spi
Methods in org.hibernate.event.spi with parameters of type EventEngineContributions Modifier and Type Method Description void
EventEngineContributor. contribute(EventEngineContributions target)
Apply the contributions
-