Uses of Interface
org.hibernate.search.engine.search.predicate.dsl.RangePredicateFieldMoreGenericStep
Packages that use RangePredicateFieldMoreGenericStep
-
Uses of RangePredicateFieldMoreGenericStep in org.hibernate.search.engine.search.predicate.dsl
Classes in org.hibernate.search.engine.search.predicate.dsl with type parameters of type RangePredicateFieldMoreGenericStepModifier and TypeInterfaceDescriptioninterface
RangePredicateFieldMoreGenericStep<SR,
S extends RangePredicateFieldMoreGenericStep<SR, ?, N, V, T>, N extends RangePredicateOptionsStep<?>, V, T> 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.Subinterfaces of RangePredicateFieldMoreGenericStep in org.hibernate.search.engine.search.predicate.dslModifier and TypeInterfaceDescriptioninterface
RangePredicateFieldMoreStep<SR,
S extends RangePredicateFieldMoreStep<SR, ?, 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.Methods in org.hibernate.search.engine.search.predicate.dsl that return RangePredicateFieldMoreGenericStepModifier and TypeMethodDescriptiondefault <T> RangePredicateFieldMoreGenericStep
<SR, ?, ?, RangePredicateFieldReference<? super SR, T>, T> RangePredicateFieldStep.field
(RangePredicateFieldReference<? super SR, T> fieldReference) Target the given field in the range predicate.<T> RangePredicateFieldMoreGenericStep
<SR, ?, ?, RangePredicateFieldReference<? super SR, T>, T> RangePredicateFieldStep.fields
(RangePredicateFieldReference<? super SR, T>... fields) Target the given fields in the range predicate.