Uses of Class
edu.cnm.deepdive.dominionendpointtestspring.model.entity.Card
-
Packages that use Card Package Description edu.cnm.deepdive.dominionendpointtestspring.model.dao edu.cnm.deepdive.dominionendpointtestspring.model.entity -
-
Uses of Card in edu.cnm.deepdive.dominionendpointtestspring.model.dao
Methods in edu.cnm.deepdive.dominionendpointtestspring.model.dao that return types with arguments of type Card Modifier and Type Method Description java.util.Optional<java.util.ArrayList<Card>>
CardRepository. getAllByPlayer(Player player)
java.util.Optional<java.util.List<Card>>
CardRepository. getAllByPlayerAndLocation(Player player, Card.Location location)
java.util.ArrayList<Card>
CardRepository. getAllByPlayerAndLocationOrderByOrderInLocation(Player player, Card.Location location)
java.util.Optional<java.util.List<Card>>
CardRepository. getAllByTypeAndLocation(Card.Type type, Card.Location stack)
java.util.Optional<Card>
CardRepository. getByLocationAndPlayerAndType(Card.Location location, Player player, Card.Type type)
java.util.Optional<Card>
CardRepository. getByType(Card.Type valueOf)
-
Uses of Card in edu.cnm.deepdive.dominionendpointtestspring.model.entity
Methods in edu.cnm.deepdive.dominionendpointtestspring.model.entity that return Card Modifier and Type Method Description Card
Play. getCard()
Methods in edu.cnm.deepdive.dominionendpointtestspring.model.entity with parameters of type Card Modifier and Type Method Description void
Play. setCard(Card card)
-