Uses of Interface
org.hibernate.search.engine.search.predicate.dsl.SpatialWithinPredicateOptionsStep
-
Packages that use SpatialWithinPredicateOptionsStep Package Description org.hibernate.search.engine.search.predicate.dsl -
-
Uses of SpatialWithinPredicateOptionsStep in org.hibernate.search.engine.search.predicate.dsl
Classes in org.hibernate.search.engine.search.predicate.dsl with type parameters of type SpatialWithinPredicateOptionsStep Modifier and Type Interface Description interface
SpatialWithinPredicateAreaStep<N extends SpatialWithinPredicateOptionsStep<?>>
The step in a "within" predicate definition where the area to match can be set.interface
SpatialWithinPredicateFieldMoreStep<S extends SpatialWithinPredicateFieldMoreStep<?,N>,N extends SpatialWithinPredicateOptionsStep<?>>
The step in a "within" predicate definition where the area to match can be set (see the superinterfaceSpatialWithinPredicateAreaStep
), or optional parameters for the last targeted field(s) can be set, or more target fields can be added.interface
SpatialWithinPredicateOptionsStep<S extends SpatialWithinPredicateOptionsStep<?>>
The final step in a "within" predicate definition, where optional parameters can be set.
-