Interface NestedPredicateClausesStep<S extends NestedPredicateClausesStep<?>>
-
- Type Parameters:
S- The "self" type (the actual exposed type of this step).
- All Superinterfaces:
GenericSimpleBooleanPredicateClausesStep<S,NestedPredicateClausesCollector<?>>,NestedPredicateClausesCollector<NestedPredicateClausesCollector<?>>,PredicateFinalStep,SimpleBooleanPredicateClausesCollector<NestedPredicateClausesCollector<?>>
- All Known Implementing Classes:
NestedPredicateClausesStepImpl
public interface NestedPredicateClausesStep<S extends NestedPredicateClausesStep<?>> extends GenericSimpleBooleanPredicateClausesStep<S,NestedPredicateClausesCollector<?>>, NestedPredicateClausesCollector<NestedPredicateClausesCollector<?>>
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, with
-
Methods inherited from interface org.hibernate.search.engine.search.predicate.dsl.PredicateFinalStep
toPredicate
-
Methods inherited from interface org.hibernate.search.engine.search.predicate.dsl.SimpleBooleanPredicateClausesCollector
hasClause
-
-