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
/
countChildrenTasks
count
Children
Tasks
@
Query
(
value
=
"select count(*) from TaskEntity t where t.parentTask.id = :taskId"
)
abstract
fun
countChildrenTasks
(
taskId
:
Long
)
:
Int