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 interface
Context provided toMassIndexingEnvironment
when configured hooks are considered for execution around the identifier loading work.static interface
Context provided toMassIndexingEnvironment
when 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 TypeMethodDescriptionvoid
MassIndexingEnvironment.afterExecution
(MassIndexingEnvironment.Context context) Method is going to be invoked after completion of execution of the main logic of aRunnable
in the given thread.void
MassIndexingEnvironment.beforeExecution
(MassIndexingEnvironment.Context context) Method is going to be invoked prior to executing the main logic of aRunnable
in the given thread.