Package org.hibernate.event.spi
Interface EventEngineContributor
-
@JavaServiceLoadable public 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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
contribute(EventEngineContributions target)
Apply the contributions
-
-
-
Method Detail
-
contribute
void contribute(EventEngineContributions target)
Apply the contributions
-
-