Inheritance - 8.0

Best Practices: MDM Modelling (deprecated)

Version
8.0
Language
English
Product
Talend Data Fabric
Talend MDM Platform
Module
Talend MDM Server
Talend Studio
Content
Data Governance > Modeling data
Last publication date
2024-04-15
  • A supertype should be named using the following convention: Specialisation + type description (e.g. SpecialisationContact).
  • Then, types that inherit from the supertype should be named like: Supertype name + concrete specialisation (e.g. SpecialisationContactEmail).

    This enables to better understand how the type has been designed in the Reusable Data Types tab, making it more readable (e.g. SpecialisationContactEmail : SpecialisationContact).