Uses of Enum Class
org.springframework.data.domain.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
Modifier 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.Modifier and TypeMethodDescriptionstatic KeysetScrollPosition
KeysetScrollPosition.of
(Map<String, ?> keys, KeysetScrollPosition.Direction direction) Creates a newKeysetScrollPosition
from a keyset andKeysetScrollPosition.Direction
.