long-runner
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
long-runner
tasks-controller
/
org.artofdev.tasks.controller.db
/
TaskRepo
/
findByIdForUpdate
find
By
Id
For
Update
@
Lock
(
value
=
LockModeType.PESSIMISTIC_WRITE
)
@
Query
(
value
=
"select t from TaskEntity t where t.id = :taskId"
)
abstract
fun
findByIdForUpdate
(
taskId
:
Long
)
:
TaskEntity
?