Uses of Class
tk.airshipcraft.commonlib.db.model.AuthData
Packages that use AuthData
-
Uses of AuthData in tk.airshipcraft.commonlib.db.dao
Methods in tk.airshipcraft.commonlib.db.dao that return AuthDataModifier and TypeMethodDescriptionInserts new AuthData into the database.Updates existing AuthData in the database.Methods in tk.airshipcraft.commonlib.db.dao with parameters of type AuthData -
Uses of AuthData in tk.airshipcraft.commonlib.db.dao.impl
Methods in tk.airshipcraft.commonlib.db.dao.impl that return AuthDataModifier and TypeMethodDescriptionCreates a new AuthData record.Updates an existing AuthData record.Methods in tk.airshipcraft.commonlib.db.dao.impl that return types with arguments of type AuthDataModifier and TypeMethodDescriptionSqlAuthDataDao.findAll()
Finds all AuthData records.Finds an AuthData record by its ID.Methods in tk.airshipcraft.commonlib.db.dao.impl with parameters of type AuthData