Hierarchy For All Packages
- com.example.chessdotnet,
- com.example.chessdotnet.config,
- com.example.chessdotnet.controller,
- com.example.chessdotnet.dto,
- com.example.chessdotnet.entity,
- com.example.chessdotnet.exception,
- com.example.chessdotnet.repository,
- com.example.chessdotnet.service
Class Hierarchy
- java.lang.Object
- com.example.chessdotnet.ChessDotNetApplication
- com.example.chessdotnet.dto.CreateRoomRequest
- com.example.chessdotnet.config.DataInitializer
- com.example.chessdotnet.dto.JoinRoomRequest
- com.example.chessdotnet.dto.LeaveRoomRequest
- com.example.chessdotnet.entity.Room
- com.example.chessdotnet.controller.RoomController
- com.example.chessdotnet.dto.RoomDTO
- com.example.chessdotnet.service.RoomService
- com.example.chessdotnet.config.SecurityConfig
- java.lang.Throwable (implements java.io.Serializable)
- java.lang.Exception
- java.lang.RuntimeException
- com.example.chessdotnet.exception.RoomNotFoundException
- com.example.chessdotnet.exception.UserNotFoundException
- com.example.chessdotnet.exception.UserNotInRoomException
- java.lang.RuntimeException
- java.lang.Exception
- com.example.chessdotnet.entity.User
- com.example.chessdotnet.dto.UserDTO
Interface Hierarchy
- org.springframework.data.repository.query.QueryByExampleExecutor<T>
- org.springframework.data.jpa.repository.JpaRepository<T,
ID> (also extends org.springframework.data.repository.ListCrudRepository<T, ID>, org.springframework.data.repository.ListPagingAndSortingRepository<T, ID>) - com.example.chessdotnet.repository.RoomRepository
- com.example.chessdotnet.repository.UserRepository
- org.springframework.data.jpa.repository.JpaRepository<T,
- org.springframework.data.repository.Repository<T,
ID> - org.springframework.data.repository.CrudRepository<T,
ID> - org.springframework.data.repository.ListCrudRepository<T,
ID> - org.springframework.data.jpa.repository.JpaRepository<T,
ID> (also extends org.springframework.data.repository.ListPagingAndSortingRepository<T, ID>, org.springframework.data.repository.query.QueryByExampleExecutor<T>) - com.example.chessdotnet.repository.RoomRepository
- com.example.chessdotnet.repository.UserRepository
- org.springframework.data.jpa.repository.JpaRepository<T,
- org.springframework.data.repository.ListCrudRepository<T,
- org.springframework.data.repository.PagingAndSortingRepository<T,
ID> - org.springframework.data.repository.ListPagingAndSortingRepository<T,
ID> - org.springframework.data.jpa.repository.JpaRepository<T,
ID> (also extends org.springframework.data.repository.ListCrudRepository<T, ID>, org.springframework.data.repository.query.QueryByExampleExecutor<T>) - com.example.chessdotnet.repository.RoomRepository
- com.example.chessdotnet.repository.UserRepository
- org.springframework.data.jpa.repository.JpaRepository<T,
- org.springframework.data.repository.ListPagingAndSortingRepository<T,
- org.springframework.data.repository.CrudRepository<T,