Index
All Classes and Interfaces|All Packages|Serialized Form
U
- User - Class in com.example.chessdotnet.entity
-
사용자를 나타내는 엔티티 클래스입니다.
- User() - Constructor for class com.example.chessdotnet.entity.User
- UserDTO - Class in com.example.chessdotnet.dto
-
사용자 정보를 전송하기 위한 데이터 전송 객체(DTO)입니다.
- UserDTO() - Constructor for class com.example.chessdotnet.dto.UserDTO
- UserNotFoundException - Exception Class in com.example.chessdotnet.exception
-
요청한 사용자를 찾을 수 없을 때 발생하는 예외입니다.
- UserNotFoundException(String) - Constructor for exception class com.example.chessdotnet.exception.UserNotFoundException
-
지정된 오류 메시지로 새 UserNotFoundException을 생성합니다.
- UserNotInRoomException - Exception Class in com.example.chessdotnet.exception
-
사용자가 방에 존재하지 않을 때 발생하는 예외입니다.
- UserNotInRoomException(String) - Constructor for exception class com.example.chessdotnet.exception.UserNotInRoomException
-
지정된 오류 메시지로 새 UserNotInRoomException을 생성합니다.
- UserRepository - Interface in com.example.chessdotnet.repository
-
User 엔티티에 대한 데이터베이스 작업을 처리하는 리포지토리 인터페이스입니다.
All Classes and Interfaces|All Packages|Serialized Form