Uses of Interface
tk.airshipcraft.commonlib.db.GenericDao
Packages that use GenericDao
-
Uses of GenericDao in tk.airshipcraft.commonlib.db.dao
Subinterfaces of GenericDao in tk.airshipcraft.commonlib.db.daoModifier and TypeInterfaceDescriptioninterfaceInterface for data access operations related to AuthData.interfaceInterface for data access operations on User entities.interfaceThe WarningDao interface defines the data access methods for Warning objects. -
Uses of GenericDao in tk.airshipcraft.commonlib.db.dao.impl
Classes in tk.airshipcraft.commonlib.db.dao.impl that implement GenericDaoModifier and TypeClassDescriptionclassSQL implementation of the AuthDataDao interface.classSQL implementation of the UserDao interface for accessing and manipulating user data in a database.classProvides SQL-specific data access operations for Warning objects.