Uses of Class
org.springframework.data.domain.Range.RangeBuilder
Package
Description
Central domain abstractions especially to be used in combination with the
Repository
abstraction.-
Uses of Range.RangeBuilder in org.springframework.data.domain
Modifier and TypeMethodDescriptionstatic <T> Range.RangeBuilder<T>
Range.from
(Range.Bound<T> lower) Create aRange.RangeBuilder
given the lowerRange.Bound
.