Uses of Interface
org.hibernate.search.engine.mapper.mapping.spi.MappingPreStopContext
-
Packages that use MappingPreStopContext Package Description org.hibernate.search.engine.mapper.mapping.spi org.hibernate.search.mapper.pojo.mapping.spi -
-
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.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)
-