Package org.hibernate.service.spi
Interface ServiceContributor
- All Known Implementing Classes:
EnversServiceContributor,HibernateSearchContextProviderServiceContributor,HibernateSearchPreIntegrationService.Contributor
Contract for contributing services.
- Author:
- Steve Ebersole
-
Method Summary
Modifier and TypeMethodDescriptionvoidcontribute(StandardServiceRegistryBuilder serviceRegistryBuilder) Contribute services to the indicated registry builder.
-
Method Details
-
contribute
Contribute services to the indicated registry builder.- Parameters:
serviceRegistryBuilder- The builder to which services (or initiators) should be contributed.
-