Book a Demo

Author Topic: Transformation and multiplicity  (Read 1965 times)

Thomas Jonsson

  • EA Novice
  • *
  • Posts: 1
  • Karma: +0/-0
    • View Profile
Transformation and multiplicity
« on: July 15, 2010, 06:43:07 pm »
Hi!

I do reverse engineering on a rather extensive domain model. When I have imported my domain classes, I want to be able to add the multiplicity to my connectors via a transformation. My idea is to use the JPA annotations ManyToOne and so on, and in some special cases I maybe have to create my own annotation (for instance when dealing with more specific multiplicity). I have no idea what to do in my transformation script. Any ideas are appreciated.

Thanks,
Thomas