Uses of Class
org.springframework.data.relational.core.sql.LockOptions
Packages that use LockOptions
Package
Description
Dialects abstract the SQL dialect of the underlying database.
-
Uses of LockOptions in org.springframework.data.relational.core.dialect
Methods in org.springframework.data.relational.core.dialect with parameters of type LockOptionsModifier and TypeMethodDescriptionLockClause.getLock(LockOptions lockOptions) Returns theLOCKclause to lock results.