Uses of Interface
org.hibernate.search.engine.search.predicate.dsl.NestedPredicateNestStep
-
Packages that use NestedPredicateNestStep Package Description org.hibernate.search.engine.search.predicate.dsl org.hibernate.search.engine.search.predicate.dsl.impl -
-
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 interfaceNestedPredicateFieldStep<N extends NestedPredicateNestStep<?>>Deprecated.UseSearchPredicateFactory.nested(String)instead. -
Uses of NestedPredicateNestStep in org.hibernate.search.engine.search.predicate.dsl.impl
Classes in org.hibernate.search.engine.search.predicate.dsl.impl that implement NestedPredicateNestStep Modifier and Type Class Description classNestedPredicateFieldStepImplDeprecated.Methods in org.hibernate.search.engine.search.predicate.dsl.impl that return NestedPredicateNestStep Modifier and Type Method Description NestedPredicateNestStep<?>NestedPredicateFieldStepImpl. objectField(String fieldPath)Deprecated.
-