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)- Author:
- Steve Ebersole
-
Method Summary
Modifier and TypeMethodDescriptionvoidcontribute(EventEngineContributions target) Apply the contributions
-
Method Details
-
contribute
Apply the contributions
-