Class HibernateSearchPreIntegrationService.Contributor
java.lang.Object
org.hibernate.search.mapper.orm.bootstrap.impl.HibernateSearchPreIntegrationService.Contributor
- All Implemented Interfaces:
ServiceContributor
- Enclosing class:
- HibernateSearchPreIntegrationService
public static class HibernateSearchPreIntegrationService.Contributor
extends Object
implements ServiceContributor
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcontribute(StandardServiceRegistryBuilder serviceRegistryBuilder) Contribute services to the indicated registry builder.
-
Constructor Details
-
Contributor
public Contributor()
-
-
Method Details
-
contribute
Description copied from interface:ServiceContributorContribute services to the indicated registry builder.- Specified by:
contributein interfaceServiceContributor- Parameters:
serviceRegistryBuilder- The builder to which services (or initiators) should be contributed.
-