Uses of Class
edu.cnm.deepdive.dominionendpointtestspring.model.entity.Play
-
Packages that use Play Package Description edu.cnm.deepdive.dominionendpointtestspring.model.dao -
-
Uses of Play in edu.cnm.deepdive.dominionendpointtestspring.model.dao
Methods in edu.cnm.deepdive.dominionendpointtestspring.model.dao that return types with arguments of type Play Modifier and Type Method Description java.util.Optional<java.util.List<Play>>
PlayRepository. getAllByGameAndPlayerAndTurn(Game game, Player player, Turn turn)
java.util.Optional<java.util.List<Play>>
PlayRepository. getAllByGameAndTurn(Game game, Turn previousTurn)
java.util.Optional<java.util.List<Play>>
PlayRepository. getAllByTurn(Turn turn)
java.util.Optional<java.util.List<Play>>
PlayRepository. getAllByTurnAndType(Turn turn, Play.Type type)
-