Uses of Enum Class
org.springframework.data.relational.core.dialect.LimitClause.Position
Packages that use LimitClause.Position
Package
Description
Dialects abstract the SQL dialect of the underlying database.
-
Uses of LimitClause.Position in org.springframework.data.relational.core.dialect
Methods in org.springframework.data.relational.core.dialect that return LimitClause.PositionModifier and TypeMethodDescriptionLimitClause.getClausePosition()Returns theLimitClause.Positionwhere to apply theclause.static LimitClause.PositionReturns the enum constant of this class with the specified name.static LimitClause.Position[]LimitClause.Position.values()Returns an array containing the constants of this enum class, in the order they are declared.