Uses of Interface
org.hibernate.search.engine.search.predicate.dsl.NestedPredicateOptionsCollector
Packages that use NestedPredicateOptionsCollector
-
Uses of NestedPredicateOptionsCollector in org.hibernate.search.engine.search.predicate.dsl
Classes in org.hibernate.search.engine.search.predicate.dsl with type parameters of type NestedPredicateOptionsCollectorModifier and TypeInterfaceDescriptioninterfaceAn object where the clauses and options of aSearchPredicateFactory.nested(String)nested predicate} can be set.Subinterfaces of NestedPredicateOptionsCollector 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.