Uses of Interface
org.hibernate.search.engine.search.predicate.dsl.NestedPredicateOptionsStep
-
Packages that use NestedPredicateOptionsStep Package Description org.hibernate.search.engine.search.predicate.dsl org.hibernate.search.engine.search.predicate.dsl.impl -
-
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 NestedPredicateOptionsStep Modifier and Type Interface Description interfaceNestedPredicateNestStep<N extends NestedPredicateOptionsStep<?>>Deprecated.UseSearchPredicateFactory.nested(String)instead.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 NestedPredicateOptionsStep Modifier and Type Class Description classNestedPredicateFieldStepImplDeprecated.Methods in org.hibernate.search.engine.search.predicate.dsl.impl that return NestedPredicateOptionsStep Modifier and Type Method Description NestedPredicateOptionsStep<?>NestedPredicateFieldStepImpl. nest(Function<? super SearchPredicateFactory,? extends PredicateFinalStep> predicateContributor)Deprecated.NestedPredicateOptionsStep<?>NestedPredicateFieldStepImpl. nest(SearchPredicate searchPredicate)Deprecated.
-