@Query("SELECT new it.discordbot.beans.ServerToChannel(serv.serverId, serv.bdoPatchIDChannel) from ServerDiscord serv where serv.bdoPatchIDChannel is not null") abstract fun getAllBDOPatchChannels(): ArrayList<ServerToChannel>