|
ORE Studio 0.0.4
|
Reads and writes tenant types to data storage. More...
#include <tenant_type_repository.hpp>

Public Types | |
| using | context = ores::database::context |
Public Member Functions | |
| std::string | sql () |
| void | write (context ctx, const domain::tenant_type &type) |
| void | write (context ctx, const std::vector< domain::tenant_type > &types) |
| std::vector< domain::tenant_type > | read_latest (context ctx) |
| std::vector< domain::tenant_type > | read_latest (context ctx, const std::string &type) |
| std::vector< domain::tenant_type > | read_all (context ctx, const std::string &type) |
| void | remove (context ctx, const std::string &type) |
| void | remove (context ctx, const std::vector< std::string > &types) |
Reads and writes tenant types to data storage.