Uses of Interface
org.hibernate.search.engine.search.predicate.dsl.NestedPredicateClausesStep
-
-
Uses of NestedPredicateClausesStep in org.hibernate.search.engine.search.predicate.dsl
Classes in org.hibernate.search.engine.search.predicate.dsl with type parameters of type NestedPredicateClausesStep Modifier and Type Interface Description interfaceNestedPredicateClausesStep<S extends NestedPredicateClausesStep<?>>The step in a nested predicate definition where clauses can be added.Methods in org.hibernate.search.engine.search.predicate.dsl that return NestedPredicateClausesStep Modifier and Type Method Description NestedPredicateClausesStep<?>SearchPredicateFactory. nested(String objectFieldPath)Match documents where anested objectmatches inner predicates to be defined in the next steps. -
Uses of NestedPredicateClausesStep in org.hibernate.search.engine.search.predicate.dsl.impl
Classes in org.hibernate.search.engine.search.predicate.dsl.impl that implement NestedPredicateClausesStep Modifier and Type Class Description classNestedPredicateClausesStepImpl -
Uses of NestedPredicateClausesStep in org.hibernate.search.engine.search.predicate.dsl.spi
Methods in org.hibernate.search.engine.search.predicate.dsl.spi that return NestedPredicateClausesStep Modifier and Type Method Description NestedPredicateClausesStep<?>AbstractSearchPredicateFactory. nested(String objectFieldPath)
-