Interface MassIndexerReindexParameterStep
-
- All Superinterfaces:
MassIndexerFilteringTypeStep
public interface MassIndexerReindexParameterStep extends MassIndexerFilteringTypeStep
A step to define optional parameters for the JPQL/HQL conditional expression or other new expressions.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MassIndexerReindexParameterStep
param(String name, Object value)
Bind a new parameter value for a given parameter name.-
Methods inherited from interface org.hibernate.search.mapper.orm.massindexing.MassIndexerFilteringTypeStep
reindexOnly
-
-
-
-
Method Detail
-
param
MassIndexerReindexParameterStep param(String name, Object value)
Bind a new parameter value for a given parameter name.- Parameters:
name
- The parameter namevalue
- The parameter value- Returns:
this
, to define other parameters or new expressions
-
-