recall

← recall

entity term

object identified by stable identity across attribute changes

An object whose identity matters more than its attributes — User, Order, Account. Same entity even after every field changes. Has an id that's globally unique within its bounded context. Compare value objects, which are interchangeable when attributes match.

topics: ddd, architecture

references: