Uses of Interface
org.hibernate.search.engine.search.predicate.dsl.NestedPredicateClausesCollector
-
Packages that use NestedPredicateClausesCollector Package Description org.hibernate.search.engine.search.predicate.dsl org.hibernate.search.engine.search.predicate.dsl.impl -
-
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 NestedPredicateClausesCollector Modifier and Type Interface Description interfaceNestedPredicateClausesCollector<S extends NestedPredicateClausesCollector<?>>An object where the clauses of anested predicatecan be set.Subinterfaces of NestedPredicateClausesCollector in org.hibernate.search.engine.search.predicate.dsl Modifier and Type Interface Description interfaceNestedPredicateClausesStep<S extends NestedPredicateClausesStep<?>>The step in a nested predicate definition where clauses can be added. -
Uses of NestedPredicateClausesCollector in org.hibernate.search.engine.search.predicate.dsl.impl
Classes in org.hibernate.search.engine.search.predicate.dsl.impl that implement NestedPredicateClausesCollector Modifier and Type Class Description classNestedPredicateClausesStepImpl
-