Index
All Classes and Interfaces|All Packages|Serialized Form
R
- Room - Class in com.example.chessdotnet.entity
-
체스 게임 방을 나타내는 엔티티 클래스입니다.
- Room() - Constructor for class com.example.chessdotnet.entity.Room
- RoomController - Class in com.example.chessdotnet.controller
-
방 관련 HTTP 요청을 처리하는 컨트롤러 클래스입니다.
- RoomController() - Constructor for class com.example.chessdotnet.controller.RoomController
- RoomDTO - Class in com.example.chessdotnet.dto
-
방 정보를 전송하기 위한 데이터 전송 객체(DTO)입니다.
- RoomDTO() - Constructor for class com.example.chessdotnet.dto.RoomDTO
- RoomNotFoundException - Exception Class in com.example.chessdotnet.exception
-
요청한 방을 찾을 수 없을 때 발생하는 예외입니다.
- RoomNotFoundException(String) - Constructor for exception class com.example.chessdotnet.exception.RoomNotFoundException
-
지정된 오류 메시지로 새 RoomNotFoundException을 생성합니다.
- RoomRepository - Interface in com.example.chessdotnet.repository
-
Room 엔티티에 대한 데이터베이스 작업을 처리하는 리포지토리 인터페이스입니다.
- RoomService - Class in com.example.chessdotnet.service
-
체스 게임 방 관련 비즈니스 로직을 처리하는 서비스 클래스입니다.
- RoomService() - Constructor for class com.example.chessdotnet.service.RoomService
All Classes and Interfaces|All Packages|Serialized Form