Uses of Interface
org.hibernate.search.engine.search.predicate.dsl.NestedPredicateNestStep
Packages that use NestedPredicateNestStep
Package
Description
-
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 NestedPredicateNestStepModifier and TypeInterfaceDescriptioninterfaceNestedPredicateFieldStep<N extends NestedPredicateNestStep<?>>Deprecated. -
Uses of NestedPredicateNestStep in org.hibernate.search.engine.search.predicate.dsl.impl
Classes in org.hibernate.search.engine.search.predicate.dsl.impl that implement NestedPredicateNestStepMethods in org.hibernate.search.engine.search.predicate.dsl.impl that return NestedPredicateNestStepModifier and TypeMethodDescriptionNestedPredicateFieldStepImpl.objectField(String fieldPath) Deprecated.
SearchPredicateFactory.nested(String)instead.