Uses of Enum Class
org.springframework.data.relational.core.sql.LockMode
Packages that use LockMode
-
Uses of LockMode in org.springframework.data.relational.core.sql
Subclasses with type arguments of type LockMode in org.springframework.data.relational.core.sqlMethods in org.springframework.data.relational.core.sql that return LockModeModifier and TypeMethodDescriptionLockOptions.getLockMode()@Nullable LockModeSelect.getLockMode()static LockModeReturns the enum constant of this class with the specified name.static LockMode[]LockMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.springframework.data.relational.core.sql with parameters of type LockModeModifier and TypeMethodDescriptionApply lock to read.Constructors in org.springframework.data.relational.core.sql with parameters of type LockMode