Uses of Interface
org.hibernate.search.engine.search.predicate.dsl.NestedPredicateOptionsStep
Packages that use NestedPredicateOptionsStep
Package
Description
-
Uses of NestedPredicateOptionsStep in org.hibernate.search.engine.search.predicate.dsl
Classes in org.hibernate.search.engine.search.predicate.dsl with type parameters of type NestedPredicateOptionsStepModifier and TypeInterfaceDescriptioninterfaceNestedPredicateNestStep<N extends NestedPredicateOptionsStep<?>>Deprecated.interfaceNestedPredicateOptionsStep<S extends NestedPredicateOptionsStep<?>>Deprecated.UseSearchPredicateFactory.nested(String)instead. -
Uses of NestedPredicateOptionsStep in org.hibernate.search.engine.search.predicate.dsl.impl
Classes in org.hibernate.search.engine.search.predicate.dsl.impl that implement NestedPredicateOptionsStepMethods in org.hibernate.search.engine.search.predicate.dsl.impl that return NestedPredicateOptionsStepModifier and TypeMethodDescriptionNestedPredicateFieldStepImpl.nest(Function<? super SearchPredicateFactory, ? extends PredicateFinalStep> predicateContributor) Deprecated.NestedPredicateFieldStepImpl.nest(SearchPredicate searchPredicate) Deprecated.
SearchPredicateFactory.nested(String)instead.