Package org.hibernate.event.spi
Interface EventEngineContributor
Integration contract for contributing event types and listeners to the Hibernate event system.
Discoverable via Java's service loading mechanism (
ServiceLoader
)-
Method Summary
Modifier and TypeMethodDescriptionvoid
contribute
(EventEngineContributions target) Apply the contributions
-
Method Details
-
contribute
Apply the contributions
-