Book a Demo

Author Topic: Attribute mapping  (Read 2130 times)

rmaher

  • EA Novice
  • *
  • Posts: 1
  • Karma: +0/-0
    • View Profile
Attribute mapping
« on: September 06, 2004, 11:37:57 am »
We have a highly normalized data model and we would like to "document" the mappings between the domain objects and the underlying data model at an attribute level. Has anybody tackled the issue before?

Thanks,

Richard Maher

thomaskilian

  • Guest
Re: Attribute mapping
« Reply #1 on: September 10, 2004, 04:02:47 am »
Hi Richard,
you should have classes stereotyped as <<table>> for each database table. These classes can be associated with the according classes in the domain model. Is it that simple?