Package edu.cnm.deepdive.cardcombat.model.dao
-
Interface Summary Interface Description AttackCardDao DeckDao Provides an interface with methods that perform actions on theDecktable of the database.GameDao Provides an interface with methods that perform actions on theGametable of the database.UnitCardDao Provides an interface with methods that perform actions on theUnitCardtable of the database.UserDao Provides an interface with methods that perform actions on theUsertable of the database.