Class HibernateSearchContextProviderServiceContributor
java.lang.Object
org.hibernate.search.mapper.orm.mapping.impl.HibernateSearchContextProviderServiceContributor
- All Implemented Interfaces:
ServiceContributor
public final class HibernateSearchContextProviderServiceContributor
extends Object
implements ServiceContributor
Contributes the
HibernateSearchContextProviderService to the ServiceRegistry of Hibernate ORM.- Since:
- 5.0
- Author:
- Sanne Grinovero
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcontribute(StandardServiceRegistryBuilder serviceRegistryBuilder) Contribute services to the indicated registry builder.
-
Constructor Details
-
HibernateSearchContextProviderServiceContributor
public HibernateSearchContextProviderServiceContributor()
-
-
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.
-