Uses of Class
org.hibernate.search.util.common.data.RangeBoundInclusion
-
Packages that use RangeBoundInclusion Package Description org.hibernate.search.engine.search.predicate.dsl org.hibernate.search.util.common.data -
-
Uses of RangeBoundInclusion in org.hibernate.search.engine.search.predicate.dsl
Methods in org.hibernate.search.engine.search.predicate.dsl with parameters of type RangeBoundInclusion Modifier and Type Method Description default NRangePredicateMatchingStep. between(Object lowerBound, RangeBoundInclusion lowerBoundInclusion, Object upperBound, RangeBoundInclusion upperBoundInclusion)Require at least one of the targeted fields to be in the range defined by the given bounds. -
Uses of RangeBoundInclusion in org.hibernate.search.util.common.data
Methods in org.hibernate.search.util.common.data that return RangeBoundInclusion Modifier and Type Method Description RangeBoundInclusionRange. lowerBoundInclusion()RangeBoundInclusionRange. upperBoundInclusion()static RangeBoundInclusionRangeBoundInclusion. valueOf(String name)Returns the enum constant of this type with the specified name.static RangeBoundInclusion[]RangeBoundInclusion. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hibernate.search.util.common.data with parameters of type RangeBoundInclusion Modifier and Type Method Description static <T> Range<T>Range. between(T lowerBoundValue, RangeBoundInclusion lowerBoundInclusion, T upperBoundValue, RangeBoundInclusion upperBoundInclusion)
-