Uses of Interface
org.hibernate.search.engine.mapper.mapping.spi.MappingPreStopContext
-
-
Uses of MappingPreStopContext in org.hibernate.search.engine.mapper.mapping.spi
Methods in org.hibernate.search.engine.mapper.mapping.spi with parameters of type MappingPreStopContext Modifier and Type Method Description CompletableFuture<?>MappingImplementor. preStop(MappingPreStopContext context)Prepare forMappingImplementor.stop(), executing any operations that needs to be executed before shutdown. -
Uses of MappingPreStopContext in org.hibernate.search.mapper.orm.mapping.impl
Methods in org.hibernate.search.mapper.orm.mapping.impl with parameters of type MappingPreStopContext Modifier and Type Method Description CompletableFuture<?>HibernateOrmMapping. preStop(MappingPreStopContext context)Constructors in org.hibernate.search.mapper.orm.mapping.impl with parameters of type MappingPreStopContext Constructor Description CoordinationStrategyPreStopContextImpl(MappingPreStopContext delegate) -
Uses of MappingPreStopContext in org.hibernate.search.mapper.orm.schema.management.impl
Methods in org.hibernate.search.mapper.orm.schema.management.impl with parameters of type MappingPreStopContext Modifier and Type Method Description CompletableFuture<?>SchemaManagementListener. onStop(MappingPreStopContext context, PojoScopeSchemaManager manager) -
Uses of MappingPreStopContext in org.hibernate.search.mapper.pojo.mapping.spi
Methods in org.hibernate.search.mapper.pojo.mapping.spi with parameters of type MappingPreStopContext Modifier and Type Method Description CompletableFuture<?>AbstractPojoMappingImplementor. preStop(MappingPreStopContext context)
-