findByHid

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