Uses of Interface
org.hibernate.search.engine.search.predicate.dsl.NestedPredicateClausesCollector
Packages that use NestedPredicateClausesCollector
-
Uses of NestedPredicateClausesCollector in org.hibernate.search.engine.search.predicate.dsl
Classes in org.hibernate.search.engine.search.predicate.dsl with type parameters of type NestedPredicateClausesCollectorModifier and TypeInterfaceDescriptioninterface
An object where the clauses of anested predicate
can be set.Subinterfaces of NestedPredicateClausesCollector in org.hibernate.search.engine.search.predicate.dslModifier and TypeInterfaceDescriptioninterface
NestedPredicateClausesStep<S extends NestedPredicateClausesStep<?>>
The step in a nested predicate definition where clauses can be added.