findByExecutorId

@Query(value = "select o from TaskEntity o where o.executor.id = :execId")
abstract fun findByExecutorId(execId: Int): List<TaskEntity>