Uses of Interface
org.hibernate.search.engine.search.reference.predicate.SpatialPredicateFieldReference
Packages that use SpatialPredicateFieldReference
Package
Description
-
Uses of SpatialPredicateFieldReference in org.hibernate.search.engine.search.predicate.dsl
Methods in org.hibernate.search.engine.search.predicate.dsl with parameters of type SpatialPredicateFieldReferenceModifier and TypeMethodDescriptiondefault S
SpatialWithinPredicateFieldMoreStep.field
(SpatialPredicateFieldReference<? super SR> fieldReference) Target the given field in the "within" predicate, as an alternative to the already-targeted fields.default N
SpatialWithinPredicateFieldStep.field
(SpatialPredicateFieldReference<? super SR> fieldReference) Target the given field in the "within" predicate.SpatialWithinPredicateFieldMoreStep.fields
(SpatialPredicateFieldReference<? super SR>... fieldReferences) Target the given fields in the "within" predicate, as an alternative to the already-targeted fields.SpatialWithinPredicateFieldStep.fields
(SpatialPredicateFieldReference<? super SR>... fieldReferences) Target the given fields in the "within" predicate. -
Uses of SpatialPredicateFieldReference in org.hibernate.search.engine.search.reference.predicate
Classes in org.hibernate.search.engine.search.reference.predicate that implement SpatialPredicateFieldReferenceModifier and TypeClassDescriptionfinal record
AnyPredicateReference<SR,
T> A generic predicate-field reference that can be manually created and passed to any predicate-DSL methods that require a field reference.