Chapter 3 : Thumb rules to define Entities
- Start defining Static data (referential data like Actors, Organization, Products), then go to more dynamic data.
- Prefer relations between instances of the same Entities rather than building new Entities.
- Provide identifier for each Entity
- For international definitions, reuse same Entities
- Manage Synonyms (customer/client, contract/policy, ...)
- Do not mix inheritance (« is ») and relation (« has »)
- Define relations with «creation process»
- Split containers and contents
- Check that existing data find a place in the new Entity Model