Uses of Interface
org.hibernate.search.engine.search.predicate.dsl.RangePredicateMatchingGenericStep
Packages that use RangePredicateMatchingGenericStep
-
Uses of RangePredicateMatchingGenericStep in org.hibernate.search.engine.search.predicate.dsl
Subinterfaces of RangePredicateMatchingGenericStep in org.hibernate.search.engine.search.predicate.dslModifier and TypeInterfaceDescriptioninterfaceRangePredicateFieldMoreGenericStep<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.interfaceRangePredicateFieldMoreStep<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.interfaceRangePredicateMatchingStep<N extends RangePredicateOptionsStep<?>>The step in a "range" predicate definition where the range to match can be set.