Uses of Class
io.github.xezzon.zeroweb.user.User
Packages that use User
Package
Description
-
Uses of User in io.github.xezzon.zeroweb.auth.internal
Methods in io.github.xezzon.zeroweb.auth.internal that return types with arguments of type UserModifier and TypeMethodDescriptionAuthzHttpEndpoint.queryUserByRole(@NotBlank String roleId) 查询指定角色绑定的所有用户。 -
Uses of User in io.github.xezzon.zeroweb.auth.util
Methods in io.github.xezzon.zeroweb.auth.util that return UserMethods in io.github.xezzon.zeroweb.auth.util with parameters of type User -
Uses of User in io.github.xezzon.zeroweb.user
Fields in io.github.xezzon.zeroweb.user declared as UserFields in io.github.xezzon.zeroweb.user with type parameters of type UserModifier and TypeFieldDescriptionUser_.cipherStatic metamodel for attributeUser.cipherstatic jakarta.persistence.metamodel.EntityType<User> User_.class_Static metamodel type forUserUser_.createTimeStatic metamodel for attributeUser.createTimeUser_.idStatic metamodel for attributeUser.idUser_.nicknameStatic metamodel for attributeUser.nicknameUser_.updateTimeStatic metamodel for attributeUser.updateTimeUser_.usernameStatic metamodel for attributeUser.usernameMethods in io.github.xezzon.zeroweb.user that return UserModifier and TypeMethodDescription@Nullable UserIUserService4Auth.getUserByUsername(String username) 根据用户名获取用户信息Methods in io.github.xezzon.zeroweb.user that return types with arguments of type UserModifier and TypeMethodDescriptionIUserService4Auth.findByIdIn(Collection<String> userIds) 根据ID批量查询用户 -
Uses of User in io.github.xezzon.zeroweb.user.converter
Subinterfaces with type arguments of type User in io.github.xezzon.zeroweb.user.converterMethods in io.github.xezzon.zeroweb.user.converter that return User -
Uses of User in io.github.xezzon.zeroweb.user.entity
Classes in io.github.xezzon.zeroweb.user.entity that implement interfaces with type arguments of type UserMethods in io.github.xezzon.zeroweb.user.entity that return UserMethods in io.github.xezzon.zeroweb.user.entity with parameters of type User -
Uses of User in io.github.xezzon.zeroweb.user.internal
Subclasses with type arguments of type User in io.github.xezzon.zeroweb.user.internalMethods in io.github.xezzon.zeroweb.user.internal that return UserModifier and TypeMethodDescriptionUserHttpEndpoint.getMyInfo()查询当前用户信息@Nullable UserUserService.getUserByUsername(String username) Methods in io.github.xezzon.zeroweb.user.internal that return types with arguments of type User -
Uses of User in io.github.xezzon.zeroweb.user.repository
Subinterfaces with type arguments of type User in io.github.xezzon.zeroweb.user.repositoryModifier and TypeInterfaceDescriptioninterface对 用户 进行数据库操作的 JPA 接口interface对 用户 进行数据库操作的 JPA 接口Methods in io.github.xezzon.zeroweb.user.repository that return types with arguments of type User