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 User -
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 with type parameters of type UserModifier and TypeFieldDescriptionUser_.cipher
static jakarta.persistence.metamodel.EntityType<User>
User_.class_
User_.createTime
User_.id
User_.nickname
User_.updateTime
User_.username
Methods in io.github.xezzon.zeroweb.user that return UserModifier and TypeMethodDescriptionIUserService4Auth.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
Methods in io.github.xezzon.zeroweb.user.converter that return User -
Uses of User in io.github.xezzon.zeroweb.user.entity
Methods in io.github.xezzon.zeroweb.user.entity that return User -
Uses of User in io.github.xezzon.zeroweb.user.internal
Methods in io.github.xezzon.zeroweb.user.internal that return UserMethods 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
Methods in io.github.xezzon.zeroweb.user.repository that return types with arguments of type User