Uses of Class
io.hypersistence.utils.hibernate.type.range.Range
Packages that use Range
-
Uses of Range in io.hypersistence.utils.hibernate.type.range
Methods in io.hypersistence.utils.hibernate.type.range that return RangeModifier and TypeMethodDescriptionstatic Range<BigDecimal>Range.bigDecimalRange(String range) Creates theBigDecimalrange from provided string:static <T extends Comparable<? super T>>
Range<T>Range.closed(T lower, T upper) Creates the closed range with provided bounds.static <T extends Comparable<? super T>>
Range<T>Range.closedInfinite(T lower) Creates the left-bounded, left-closed and right-unbounded range with provided lower bound.static <T extends Comparable<? super T>>
Range<T>Range.closedOpen(T lower, T upper) Creates the left-closed, right-open range with provided bounds.static <R extends Comparable<? super R>>
Range<R>Range.emptyRange(Class<R> cls) Creates the empty range.protected RangePostgreSQLRangeType.get(ResultSet rs, int position, org.hibernate.engine.spi.SharedSessionContractImplementor session, Object owner) static <T extends Comparable<? super T>>
Range<T>Creates the unbounded at both ends range with provided upper bound.static <T extends Comparable<? super T>>
Range<T>Range.infiniteClosed(T upper) Creates the left-unbounded, right-bounded and right-closed range with provided upper bound.static <T extends Comparable<? super T>>
Range<T>Range.infiniteOpen(T upper) Creates the left-unbounded, right-bounded and right-open range with provided upper bound.Range.integerRange(String range) Creates theIntegerrange from provided string:Range.localDateRange(String range) Creates theLocalDaterange from provided string:static Range<LocalDateTime>Range.localDateTimeRange(String range) Creates theLocalDateTimerange from provided string:Creates theLongrange from provided string:static <T extends Comparable<? super T>>
Range<T>static <T extends Comparable<? super T>>
Range<T>Range.open(T lower, T upper) Creates the open range with provided bounds.static <T extends Comparable<? super T>>
Range<T>Range.openClosed(T lower, T upper) Creates the left-open, right-closed range with provided bounds.static <T extends Comparable<? super T>>
Range<T>Range.openInfinite(T lower) Creates the left-bounded, left-open and right-unbounded range with provided lower bound.static Range<ZonedDateTime>Range.zonedDateTimeRange(String rangeStr) Creates theZonedDateTimerange from provided string:Methods in io.hypersistence.utils.hibernate.type.range with parameters of type Range