I have the following query defined in a CrudRepository:
interface RoundRepository : CrudRepository { fun findByGameId(id: Long): Round