Uses of Interface
org.hibernate.search.engine.search.predicate.dsl.NestedPredicateNestStep
-
Packages that use NestedPredicateNestStep Package Description org.hibernate.search.engine.search.predicate.dsl -
-
Uses of NestedPredicateNestStep in org.hibernate.search.engine.search.predicate.dsl
Classes in org.hibernate.search.engine.search.predicate.dsl with type parameters of type NestedPredicateNestStep Modifier and Type Interface Description interface
NestedPredicateFieldStep<N extends NestedPredicateNestStep<?>>
The initial step in a "nested" predicate definition, where the target field can be set.
-