Interface NestedPredicateClausesStep<SR,S extends NestedPredicateClausesStep<SR,?>>
- Type Parameters:
SR- Scope root type.S- The "self" type (the actual exposed type of this step).
- All Superinterfaces:
GenericSimpleBooleanPredicateClausesStep<SR,,S, NestedPredicateClausesCollector<SR, ?>> NestedPredicateClausesCollector<SR,,NestedPredicateClausesCollector<SR, ?>> PredicateFinalStep,SimpleBooleanPredicateClausesCollector<SR,NestedPredicateClausesCollector<SR, ?>>
public interface NestedPredicateClausesStep<SR,S extends NestedPredicateClausesStep<SR,?>>
extends GenericSimpleBooleanPredicateClausesStep<SR,S,NestedPredicateClausesCollector<SR,?>>, NestedPredicateClausesCollector<SR,NestedPredicateClausesCollector<SR,?>>
The step in a nested predicate definition where
clauses can be added.
The resulting nested predicate must match all inner clauses,
similarly to an "and" predicate.
-
Method Summary
Methods inherited from interface org.hibernate.search.engine.search.predicate.dsl.GenericSimpleBooleanPredicateClausesStep
add, add, add, withMethods inherited from interface org.hibernate.search.engine.search.predicate.dsl.PredicateFinalStep
toPredicateMethods inherited from interface org.hibernate.search.engine.search.predicate.dsl.SimpleBooleanPredicateClausesCollector
hasClause