Package-level declarations

Types

Link copied to clipboard
class AppRepository(database: Database) : ExposedAdapter
Link copied to clipboard
class EntityRepository(database: Database) : ExposedAdapter
Link copied to clipboard
class PermissionRepository(database: Database) : ExposedAdapter
Link copied to clipboard
class RolePermissionRepository(database: Database) : ExposedAdapter
Link copied to clipboard
class RoleRepository(database: Database) : ExposedAdapter
Link copied to clipboard
class SessionRepository(database: Database) : ExposedAdapter
Link copied to clipboard
class UserRepository(database: Database) : ExposedAdapter
Link copied to clipboard
class UserRoleRepository(database: Database) : ExposedAdapter