Uses of Enum Class
org.springframework.data.domain.KeysetScrollPosition.Direction
Packages that use KeysetScrollPosition.Direction
Package
Description
Central domain abstractions especially to be used in combination with the
Repository
abstraction.-
Uses of KeysetScrollPosition.Direction in org.springframework.data.domain
Methods in org.springframework.data.domain that return KeysetScrollPosition.DirectionModifier and TypeMethodDescriptionKeysetScrollPosition.getDirection()
Returns the enum constant of this class with the specified name.static KeysetScrollPosition.Direction[]
KeysetScrollPosition.Direction.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.springframework.data.domain with parameters of type KeysetScrollPosition.DirectionModifier and TypeMethodDescriptionstatic KeysetScrollPosition
KeysetScrollPosition.of
(Map<String, ?> keys, KeysetScrollPosition.Direction direction) Creates a newKeysetScrollPosition
from a keyset andKeysetScrollPosition.Direction
.