All Classes and Interfaces

Class
Description
The Game entity maps to the GAME database table
Spring Controller for interacting with the GAME database table through web APIs
Repository for generating SQL commands to apply to the GAME database table
The GameStat entity maps to the GAME_STAT database table
Spring Controller for interacting with the GAME database table through web APIs
Repository for generating SQL commands to apply to the GAME_STAT database table
The LoginRecord entity maps to the LOGIN_RECORD database table
Spring Controller for interacting with the LOGIN_RECORD database table through web APIs
Repository for generating SQL commands to apply to the LOGIN_RECORD database table
The Player entity maps to the PLAYER database table
Spring Controller for interacting with the PLAYER database table through web APIs
Repository for generating SQL commands to apply to the PLAYER database table
The PlayerStat entity maps to the PLAYER_STAT database table
Spring Controller for interacting with the PLAYER_STAT database table through web APIs
Repository for generating SQL commands to apply to the PLAYER_STAT database table
The SiteUser entity maps to the SITE_USER database table
Spring Controller for interacting with the SITE_USER database table through web APIs
Repository for generating SQL commands to apply to the SITE_USER database table
Spring Boot application main class