Re: entities Vs value object
| Newsgroups | gmane.comp.programming.domain-driven-design |
|---|---|
| Message-ID | <[email protected]> |
Entities are symbolic representations of business objects whose identity and consistency have to be maintained independently of their use by systems applications. Value objects are symbolic representations of whatever is exchanged between applications and ceases to be identified as such after applications are completed.