Uses of Class
org.hibernate.search.util.common.data.RangeBoundInclusion
-
Packages that use RangeBoundInclusion Package Description org.hibernate.search.util.common.data -
-
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)
-