Package org.hibernate.event.spi
Interface EventEngineContributor
-
public interface EventEngineContributorIntegration 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 voidcontribute(EventEngineContributions target)Apply the contributions
-
-
-
Method Detail
-
contribute
void contribute(EventEngineContributions target)
Apply the contributions
-
-