Uses of Interface
org.hibernate.search.mapper.pojo.massindexing.MassIndexingEnvironment
-
-
Uses of MassIndexingEnvironment in org.hibernate.search.mapper.orm.massindexing
Methods in org.hibernate.search.mapper.orm.massindexing with parameters of type MassIndexingEnvironment Modifier and Type Method Description MassIndexerMassIndexer. environment(MassIndexingEnvironment environment)Sets theMassIndexingEnvironment, which can set up an environment (thread locals, ...) in mass indexing threads. -
Uses of MassIndexingEnvironment in org.hibernate.search.mapper.orm.massindexing.impl
Methods in org.hibernate.search.mapper.orm.massindexing.impl with parameters of type MassIndexingEnvironment Modifier and Type Method Description MassIndexerHibernateOrmMassIndexer. environment(MassIndexingEnvironment environment) -
Uses of MassIndexingEnvironment in org.hibernate.search.mapper.pojo.massindexing.impl
Methods in org.hibernate.search.mapper.pojo.massindexing.impl that return MassIndexingEnvironment Modifier and Type Method Description protected MassIndexingEnvironmentPojoMassIndexingFailureHandledRunnable. getMassIndexingEnvironment()Methods in org.hibernate.search.mapper.pojo.massindexing.impl with parameters of type MassIndexingEnvironment Modifier and Type Method Description PojoMassIndexerPojoDefaultMassIndexer. environment(MassIndexingEnvironment environment) -
Uses of MassIndexingEnvironment in org.hibernate.search.mapper.pojo.massindexing.spi
Methods in org.hibernate.search.mapper.pojo.massindexing.spi with parameters of type MassIndexingEnvironment Modifier and Type Method Description PojoMassIndexerPojoMassIndexer. environment(MassIndexingEnvironment environment)Sets theMassIndexingEnvironment, which can set up an environment (thread locals, ...) in mass indexing threads.
-