Uses of Interface
org.hibernate.search.mapper.pojo.massindexing.MassIndexingEnvironment.Context
Packages that use MassIndexingEnvironment.Context
-
Uses of MassIndexingEnvironment.Context in org.hibernate.search.mapper.pojo.massindexing
Subinterfaces of MassIndexingEnvironment.Context in org.hibernate.search.mapper.pojo.massindexingModifier and TypeInterfaceDescriptionstatic interfaceContext provided toMassIndexingEnvironmentwhen configured hooks are considered for execution around the identifier loading work.static interfaceContext provided toMassIndexingEnvironmentwhen configured hooks are considered for execution around the entity loading work.Methods in org.hibernate.search.mapper.pojo.massindexing with parameters of type MassIndexingEnvironment.ContextModifier and TypeMethodDescriptionvoidMassIndexingEnvironment.afterExecution(MassIndexingEnvironment.Context context) Method is going to be invoked after completion of execution of the main logic of aRunnablein the given thread.voidMassIndexingEnvironment.beforeExecution(MassIndexingEnvironment.Context context) Method is going to be invoked prior to executing the main logic of aRunnablein the given thread.