Uses of Enum Class
org.hibernate.search.util.common.data.RangeBoundInclusion
Packages that use RangeBoundInclusion
Package
Description
-
Uses of RangeBoundInclusion in org.hibernate.search.engine.search.predicate.dsl
Methods in org.hibernate.search.engine.search.predicate.dsl with parameters of type RangeBoundInclusionModifier and TypeMethodDescriptiondefault 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 RangeBoundInclusionModifier and TypeMethodDescriptionRange.lowerBoundInclusion()Range.upperBoundInclusion()static RangeBoundInclusionReturns the enum constant of this class with the specified name.static RangeBoundInclusion[]RangeBoundInclusion.values()Returns an array containing the constants of this enum class, 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)