Package edu.cnm.deepdive.cardcombat.model.dao
-
Interface Summary Interface Description AttackCardDao DeckDao Provides an interface with methods that perform actions on theDeck
table of the database.GameDao Provides an interface with methods that perform actions on theGame
table of the database.UnitCardDao Provides an interface with methods that perform actions on theUnitCard
table of the database.UserDao Provides an interface with methods that perform actions on theUser
table of the database.