Class HibernateSearchPreIntegrationService

java.lang.Object
org.hibernate.search.mapper.orm.bootstrap.impl.HibernateSearchPreIntegrationService
All Implemented Interfaces:
Serializable, AutoCloseable, Service

public abstract class HibernateSearchPreIntegrationService extends Object implements Service, AutoCloseable
A service that can perform the earliest steps of the integration of Hibernate Search into Hibernate ORM, before HibernateSearchIntegrator is even called.

This is useful in particular when we need to plug in other services into Hibernate ORM, and those services rely on the Hibernate Search configuration.

See Also: