ORE Studio 0.0.4
Loading...
Searching...
No Matches
Static Public Member Functions | List of all members
country_mapper Class Reference

Maps domain model entities to data storage layer and vice-versa. More...

#include <country_mapper.hpp>

Collaboration diagram for country_mapper:
Collaboration graph

Static Public Member Functions

static domain::country map (const country_entity &v)
 
static country_entity map (const domain::country &v)
 
static std::vector< domain::countrymap (const std::vector< country_entity > &v)
 
static std::vector< country_entitymap (const std::vector< domain::country > &v)
 

Detailed Description

Maps domain model entities to data storage layer and vice-versa.