Class InMemoryPlayerProfileRepository
java.lang.Object
fr.luc.crcore.player.impl.InMemoryPlayerProfileRepository
- All Implemented Interfaces:
Repository<PlayerProfile>, PlayerProfileRepository
- Direct Known Subclasses:
SqlitePlayerProfileRepository
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
InMemoryPlayerProfileRepository
public InMemoryPlayerProfileRepository()
-
-
Method Details
-
save
- Specified by:
savein interfaceRepository<PlayerProfile>
-
findById
- Specified by:
findByIdin interfaceRepository<PlayerProfile>
-
findAll
- Specified by:
findAllin interfaceRepository<PlayerProfile>
-
delete
- Specified by:
deletein interfaceRepository<PlayerProfile>
-