Arena Adapter
This class serves as an adapter between the Arena and the underlying data storage mechanism (either JSON or SQL)
Constructors
Link copied to clipboard
Constructs a new ArenaAdapter
Functions
Link copied to clipboard
Checks if an arena with the given ID exists in the data storage mechanism
Link copied to clipboard
Creates a new arena in the data storage backend.
Link copied to clipboard
Creates a new container for arenas in the data storage mechanism
Link copied to clipboard
Deletes an arena from the data storage backend.
Link copied to clipboard
Gets a list of all arena IDs in the data storage mechanism
Link copied to clipboard
Gets a list of all arenas in the data storage mechanism
Link copied to clipboard
Saves all the arenas in the collection to the data storage backend.
Link copied to clipboard
Updates an existing arena in the data storage backend.