|
ORE Studio 0.0.4
|
Maps domain model entities to data storage layer and vice-versa. More...
#include <country_mapper.hpp>

Static Public Member Functions | |
| static domain::country | map (const country_entity &v) |
| static country_entity | map (const domain::country &v) |
| static std::vector< domain::country > | map (const std::vector< country_entity > &v) |
| static std::vector< country_entity > | map (const std::vector< domain::country > &v) |
Maps domain model entities to data storage layer and vice-versa.