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

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

#include <currency_mapper.hpp>

Collaboration diagram for currency_mapper:
Collaboration graph

Static Public Member Functions

static domain::currency map (const currency_entity &v)
 
static currency_entity map (const domain::currency &v)
 
static std::vector< domain::currencymap (const std::vector< currency_entity > &v)
 
static std::vector< currency_entitymap (const std::vector< domain::currency > &v)
 

Detailed Description

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