Uses of Interface
org.hibernate.search.engine.search.reference.predicate.NestedPredicateFieldReference
Packages that use NestedPredicateFieldReference
Package
Description
-
Uses of NestedPredicateFieldReference in org.hibernate.search.engine.search.predicate.dsl
Methods in org.hibernate.search.engine.search.predicate.dsl with parameters of type NestedPredicateFieldReferenceModifier and TypeMethodDescriptiondefault NestedPredicateClausesStep<SR, ?> TypedSearchPredicateFactory.nested(NestedPredicateFieldReference<? super SR> fieldReference) Match documents where anested objectmatches inner predicates to be defined in the next steps.default NNestedPredicateFieldStep.objectField(NestedPredicateFieldReference<? super SR> fieldReference) Deprecated.Set the object field to "nest" on. -
Uses of NestedPredicateFieldReference in org.hibernate.search.engine.search.reference.predicate
Classes in org.hibernate.search.engine.search.reference.predicate that implement NestedPredicateFieldReferenceModifier and TypeClassDescriptionfinal recordAnyPredicateReference<SR,T> A generic predicate-field reference that can be manually created and passed to any predicate-DSL methods that require a field reference.