DDD Step By Step
A Practical Guide to Domain Driven Design

Entity

Entity

An Entity is an object primarily defined by it's identity. This identity may be the classic integer type ID, a Guid, or some other attribute unique to each Entity

Along with Value Objects form the core building blocks of DDD.

See also:

Blog post: Blogged Entities and Value Objects

domaindrivendesign.org on

  • Entities http://dddstepbystep.co.uk/r.ashx?F

 

 

Recent Comments

Leave the first comment for this page.