Package-level declarations

Types

Link copied to clipboard
open class ArenaAdapter
This class serves as an adapter between the Arena and the underlying data storage mechanism (either JSON or SQL)
Link copied to clipboard
interface ArenaProvider
An interface that provides methods for accessing and managing arenas in the database.
Link copied to clipboard
open class ArenaRowMapper : RowMapper<T>