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