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

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