Uses of Class
tk.airshipcraft.commonlib.db.model.User
Packages that use User
-
Uses of User in tk.airshipcraft.commonlib.db.dao
Methods in tk.airshipcraft.commonlib.db.dao that return UserModifier and TypeMethodDescriptionUserDao.findByUsername
(String username) Retrieves a User entity by its username. -
Uses of User in tk.airshipcraft.commonlib.db.dao.impl
Methods in tk.airshipcraft.commonlib.db.dao.impl that return UserModifier and TypeMethodDescriptionInserts a new user into the database.SqlUserDao.findByUsername
(String username) Finds a user by their username.Updates an existing user in the database.Methods in tk.airshipcraft.commonlib.db.dao.impl that return types with arguments of type UserModifier and TypeMethodDescriptionSqlUserDao.findAll()
Retrieves all users from the database.Retrieves a user by their unique identifier (UUID).Methods in tk.airshipcraft.commonlib.db.dao.impl with parameters of type User