Class HibernateSearchPreIntegrationService

  • All Implemented Interfaces:
    Serializable, AutoCloseable, org.hibernate.service.Service

    public abstract class HibernateSearchPreIntegrationService
    extends Object
    implements org.hibernate.service.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:
    Serialized Form