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 TypeInterfaceDescriptioninterface
Interface for data access operations related to AuthData.interface
Interface for data access operations on User entities.interface
The 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 TypeClassDescriptionclass
SQL implementation of the AuthDataDao interface.class
SQL implementation of the UserDao interface for accessing and manipulating user data in a database.class
Provides SQL-specific data access operations for Warning objects.