Uses of Interface
org.hibernate.search.engine.search.predicate.dsl.NestedPredicateFieldStep
-
Packages that use NestedPredicateFieldStep Package Description org.hibernate.search.engine.search.predicate.dsl org.hibernate.search.engine.search.predicate.dsl.spi -
-
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()Match documents where anested objectmatches a given predicate. -
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<?>DelegatingSearchPredicateFactory. nested()
-