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 TypeInterfaceDescriptioninterfaceAn object where the clauses of anested predicatecan be set.Subinterfaces of NestedPredicateClausesCollector in org.hibernate.search.engine.search.predicate.dslModifier and TypeInterfaceDescriptioninterfaceNestedPredicateClausesStep<S extends NestedPredicateClausesStep<?>>The step in a nested predicate definition where clauses can be added.