public interface IPersistenceProvider
Modifier and Type | Method and Description |
---|---|
void |
Clear() |
void |
EndTransaction(boolean commit)
Ends a transaction
|
ICommandDAO |
GetCommandDAO()
gets the command DAO
|
IGameDAO |
GetGameDAO()
Gets the game DAO
|
IUserDAO |
GetUserDAO()
Gets the user DAO
|
void |
StartTransaction() |
void Clear()
void StartTransaction()
void EndTransaction(boolean commit)
commit
- IUserDAO GetUserDAO()
IGameDAO GetGameDAO()
ICommandDAO GetCommandDAO()