findByHid

@Query(value = "select t from TaskTypeEntity t where t.hid = :hid")
abstract fun findByHid(hid: String): TaskTypeEntity?