Uses of Enum Class
org.springframework.data.domain.ScrollPosition.Direction
Package
Description
Central domain abstractions especially to be used in combination with the
Repository
abstraction.-
Uses of ScrollPosition.Direction in org.springframework.data.domain
Modifier and TypeMethodDescriptionKeysetScrollPosition.getDirection()
static ScrollPosition.Direction
Returns the enum constant of this class with the specified name.static ScrollPosition.Direction[]
ScrollPosition.Direction.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionstatic KeysetScrollPosition
ScrollPosition.of
(Map<String, ?> keys, ScrollPosition.Direction direction) Creates a newScrollPosition
from a key set andScrollPosition.Direction
.