Uses of Enum
org.hibernate.search.util.common.data.RangeBoundInclusion
Packages that use RangeBoundInclusion
-
Uses of RangeBoundInclusion in org.hibernate.search.util.common.data
Methods in org.hibernate.search.util.common.data that return RangeBoundInclusionModifier and TypeMethodDescriptionRange.lowerBoundInclusion()Range.upperBoundInclusion()static RangeBoundInclusionReturns 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 RangeBoundInclusionModifier and TypeMethodDescriptionstatic <T> Range<T> Range.between(T lowerBoundValue, RangeBoundInclusion lowerBoundInclusion, T upperBoundValue, RangeBoundInclusion upperBoundInclusion)