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:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic class -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedHibernateSearchPreIntegrationService(ConfigurationPropertyChecker propertyChecker, ConfigurationPropertySource rawPropertySource) -
Method Summary
Modifier and TypeMethodDescriptionfinal voidclose()protected voiddoClose(Closer<RuntimeException> closer)
-
Constructor Details
-
HibernateSearchPreIntegrationService
protected HibernateSearchPreIntegrationService(ConfigurationPropertyChecker propertyChecker, ConfigurationPropertySource rawPropertySource)
-
-
Method Details
-
close
- Specified by:
closein interfaceAutoCloseable- Throws:
Exception
-
doClose
-
coordinationStrategyConfiguration
-