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
/
findByType
find
By
Type
@
Query
(
value
=
"select t from TaskEntity t where t.type = :type and t.ownerTenantId = :tenantId"
)
abstract
fun
findByType
(
tenantId
:
Int
,
type
:
TaskTypeEntity
)
:
List
<
TaskEntity
>