Uses of Interface
com.neven.ticTacToeGame.repository.StatisticRepository
-
Packages that use StatisticRepository Package Description com.neven.ticTacToeGame.service com.neven.ticTacToeGame.service is a group of classes which uses repositories to provide some business functionalities. -
-
Uses of StatisticRepository in com.neven.ticTacToeGame.service
Fields in com.neven.ticTacToeGame.service declared as StatisticRepository Modifier and Type Field Description private StatisticRepository
StatisticService. statisticRepository
Field with injected in constructorStatisticRepository
.Constructors in com.neven.ticTacToeGame.service with parameters of type StatisticRepository Constructor Description StatisticService(StatisticRepository statisticRepository)
Constructor for classStatisticService
.
InitializeStatisticService.statisticRepository
by incoming object ofStatisticRepository
.
-