Class MassIndexingJob.ParametersBuilderInitialStep
java.lang.Object
org.hibernate.search.jakarta.batch.core.massindexing.MassIndexingJob.ParametersBuilderInitialStep
- Enclosing class:
- MassIndexingJob
-
Method Summary
Modifier and TypeMethodDescriptionforEntities
(Class<?> entityType, Class<?>... entityTypes) The entity types to index in this job execution.The entity type to index in this job execution.
-
Method Details
-
forEntity
The entity type to index in this job execution.- Parameters:
entityType
- the type of entity to index- Returns:
- itself
-
forEntities
The entity types to index in this job execution.- Parameters:
entityType
- the first type of entity to index, must not be nullentityTypes
- the remaining types of entity to index- Returns:
- itself
-