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
/
findByExecutorId
find
By
Executor
Id
@
Query
(
value
=
"select o from TaskEntity o where o.executor.id = :execId"
)
abstract
fun
findByExecutorId
(
execId
:
Int
)
:
List
<
TaskEntity
>