Uses of Interface
org.hibernate.search.engine.mapper.mapping.spi.MappingPreStopContext
Packages that use MappingPreStopContext
Package
Description
-
Uses of MappingPreStopContext in org.hibernate.search.engine.mapper.mapping.spi
Methods in org.hibernate.search.engine.mapper.mapping.spi with parameters of type MappingPreStopContextModifier and TypeMethodDescriptionMappingImplementor.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 MappingPreStopContextModifier and TypeMethodDescriptionAbstractPojoMappingImplementor.preStop
(MappingPreStopContext context)