Uses of Interface
org.hibernate.search.engine.search.predicate.dsl.NestedPredicateFieldStep
-
-
Uses of NestedPredicateFieldStep in org.hibernate.search.engine.search.predicate.dsl
Methods in org.hibernate.search.engine.search.predicate.dsl that return NestedPredicateFieldStep Modifier and Type Method Description NestedPredicateFieldStep<?>SearchPredicateFactory. nested()Deprecated.UseSearchPredicateFactory.nested(String)instead. -
Uses of NestedPredicateFieldStep in org.hibernate.search.engine.search.predicate.dsl.impl
Classes in org.hibernate.search.engine.search.predicate.dsl.impl that implement NestedPredicateFieldStep Modifier and Type Class Description classNestedPredicateFieldStepImplDeprecated. -
Uses of NestedPredicateFieldStep in org.hibernate.search.engine.search.predicate.dsl.spi
Methods in org.hibernate.search.engine.search.predicate.dsl.spi that return NestedPredicateFieldStep Modifier and Type Method Description NestedPredicateFieldStep<?>AbstractSearchPredicateFactory. nested()Deprecated.
-