Uses of Interface
org.hibernate.search.mapper.orm.massindexing.MassIndexerFilteringTypeStep
-
Packages that use MassIndexerFilteringTypeStep Package Description org.hibernate.search.mapper.orm.massindexing -
-
Uses of MassIndexerFilteringTypeStep in org.hibernate.search.mapper.orm.massindexing
Subinterfaces of MassIndexerFilteringTypeStep in org.hibernate.search.mapper.orm.massindexing Modifier and Type Interface Description interface
MassIndexerReindexParameterStep
A step to define optional parameters for the JPQL/HQL conditional expression or other new expressions.Methods in org.hibernate.search.mapper.orm.massindexing that return MassIndexerFilteringTypeStep Modifier and Type Method Description MassIndexerFilteringTypeStep
MassIndexer. type(Class<?> type)
Define a filter on a giventype
for entities to be re-indexed
-