Uses of Class
com.restapi.template.api.user.data.dto.UserIdDto
-
Packages that use UserIdDto Package Description com.restapi.template.api.user.data -
-
Uses of UserIdDto in com.restapi.template.api.user.data
Methods in com.restapi.template.api.user.data that return types with arguments of type UserIdDto Modifier and Type Method Description java.util.Optional<UserIdDto>UsersRepository. findByUserIdAndStateIsNot(java.lang.String userId, UserStatus state)계정 ID와 제외된 상태로 조회.
-