Enterprise Application Pattern

Embedded Value
Also known as Aggregate Mapping, Composer Intent Many small objects make sense in an OO system that don’t make sense as tables in a database. An Embedded Value maps the values of an object to fields in the record of the object’s owner. Explanation Real-world example Examples include currency-aware money objects and date ranges. Although the default thinking is to save an object as a table, no sane person would want a table of money values.