Uses of Class
no.ntnu.idatt1002.demo.dao.DAO
Packages that use DAO
-
Uses of DAO in no.ntnu.idatt1002.demo.repo
Fields in no.ntnu.idatt1002.demo.repo declared as DAOModifier and TypeFieldDescriptionprivate final DAOEventRegister.daoprivate final DAOInventoryRegister.daoprivate final DAOItemRegister.daoprivate final DAORecipeRegister.daoprivate final DAOShoppingListItemRegister.daoConstructors in no.ntnu.idatt1002.demo.repo with parameters of type DAOModifierConstructorDescriptionEventRegister(DAO dao) Constructor for the EventRegister class.InventoryRegister(DAO dao) Constructor for the Inventory class.ItemRegister(DAO dao) Constructor for the ItemRegister class.RecipeRegister(DAO dao) Constructor for the RecipeRegister class.Constructor for the ShoppingListItemRegister class.