Class HibernateSearchPreIntegrationService
- java.lang.Object
-
- org.hibernate.search.mapper.orm.bootstrap.impl.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, beforeHibernateSearchIntegratoris 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
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classHibernateSearchPreIntegrationService.Contributorstatic classHibernateSearchPreIntegrationService.Initiator
-
Constructor Summary
Constructors Modifier Constructor Description protectedHibernateSearchPreIntegrationService(ConfigurationPropertyChecker propertyChecker, ConfigurationPropertySource rawPropertySource)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()CoordinationConfigurationContextImplcoordinationStrategyConfiguration()protected voiddoClose(Closer<RuntimeException> closer)
-
-
-
Constructor Detail
-
HibernateSearchPreIntegrationService
protected HibernateSearchPreIntegrationService(ConfigurationPropertyChecker propertyChecker, ConfigurationPropertySource rawPropertySource)
-
-
Method Detail
-
close
public final void close() throws Exception- Specified by:
closein interfaceAutoCloseable- Throws:
Exception
-
doClose
protected void doClose(Closer<RuntimeException> closer)
-
coordinationStrategyConfiguration
public CoordinationConfigurationContextImpl coordinationStrategyConfiguration()
-
-