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
/
getChildren
get
Children
@
Query
(
value
=
"select t from TaskEntity t where t.parentTask.id = :parentTaskId"
)
abstract
fun
getChildren
(
parentTaskId
:
TaskId
)
:
List
<
TaskEntity
>