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
/
TaskTypeRepo
/
findByHid
find
By
Hid
@
Query
(
value
=
"select t from TaskTypeEntity t where t.hid = :hid"
)
abstract
fun
findByHid
(
hid
:
String
)
:
TaskTypeEntity
?