Home > Glossary > 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:

Entities and Value Objects

blog comments powered by Disqus