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 DAO
EventRegister.dao
private final DAO
InventoryRegister.dao
private final DAO
ItemRegister.dao
private final DAO
RecipeRegister.dao
private final DAO
ShoppingListItemRegister.dao
Constructors 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.