Uses of Interface
org.hibernate.search.engine.search.reference.predicate.ExistsPredicateFieldReference
Packages that use ExistsPredicateFieldReference
Package
Description
-
Uses of ExistsPredicateFieldReference in org.hibernate.search.engine.search.predicate.dsl
Methods in org.hibernate.search.engine.search.predicate.dsl with parameters of type ExistsPredicateFieldReferenceModifier and TypeMethodDescriptiondefault NExistsPredicateFieldStep.field(ExistsPredicateFieldReference<? super SR> fieldReference) Target the given field in the "exists" predicate. -
Uses of ExistsPredicateFieldReference in org.hibernate.search.engine.search.reference.predicate
Classes in org.hibernate.search.engine.search.reference.predicate that implement ExistsPredicateFieldReferenceModifier 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.