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