Uses of Interface
org.hibernate.search.mapper.pojo.massindexing.MassIndexingEnvironment.Context
-
Packages that use MassIndexingEnvironment.Context Package Description org.hibernate.search.mapper.pojo.massindexing org.hibernate.search.mapper.pojo.massindexing.impl -
-
Uses of MassIndexingEnvironment.Context in org.hibernate.search.mapper.pojo.massindexing
Subinterfaces of MassIndexingEnvironment.Context in org.hibernate.search.mapper.pojo.massindexing Modifier and Type Interface Description static interfaceMassIndexingEnvironment.EntityIdentifierLoadingContextContext provided toMassIndexingEnvironmentwhen configured hooks are considered for execution around the identifier loading work.static interfaceMassIndexingEnvironment.EntityLoadingContextContext 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.Context Modifier and Type Method Description voidMassIndexingEnvironment. 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. -
Uses of MassIndexingEnvironment.Context in org.hibernate.search.mapper.pojo.massindexing.impl
Methods in org.hibernate.search.mapper.pojo.massindexing.impl that return MassIndexingEnvironment.Context Modifier and Type Method Description protected MassIndexingEnvironment.ContextPojoMassIndexingEntityIdentifierLoadingRunnable. createMassIndexingEnvironmentContext()protected MassIndexingEnvironment.ContextPojoMassIndexingEntityLoadingRunnable. createMassIndexingEnvironmentContext()protected MassIndexingEnvironment.ContextPojoMassIndexingFailureHandledRunnable. createMassIndexingEnvironmentContext()
-