Uses of Package
com.neven.ticTacToeGame.entity
-
Packages that use com.neven.ticTacToeGame.entity Package Description com.neven.ticTacToeGame.repository com.neven.ticTacToeGame.repository is a group of interfaces which extendsJpaRepository
interface and is a encapsulating storage for entities of application.com.neven.ticTacToeGame.service com.neven.ticTacToeGame.service is a group of classes which uses repositories to provide some business functionalities. -
Classes in com.neven.ticTacToeGame.entity used by com.neven.ticTacToeGame.repository Class Description Statistic ClassStatistic
is an entity which contain an information about results of the games with an Algorithm MiniMax. -
Classes in com.neven.ticTacToeGame.entity used by com.neven.ticTacToeGame.service Class Description Statistic ClassStatistic
is an entity which contain an information about results of the games with an Algorithm MiniMax.