Book a Demo

Author Topic: Class Model to XML file and DDL  (Read 2877 times)

blueflame

  • EA Novice
  • *
  • Posts: 1
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
Class Model to XML file and DDL
« on: December 06, 2006, 09:54:51 pm »
HI.

I'm using the nHibernate as my DAL and i was hopping that EA can provide some sort of Transfomation from the class model to a DDL and an XML format.

How can i define the transformatio. and how do i initiate it.

Is this outside the scope of EA?

Thanks

Eve

  • EA Administrator
  • EA Guru
  • *****
  • Posts: 8110
  • Karma: +119/-20
    • View Profile
Re: Class Model to XML file and DDL
« Reply #1 on: December 07, 2006, 01:27:01 pm »
EA comes with transformation capability (check out http://www.sparxsystems.com/EAUserGuide/index.html?mdastyletransforms.htm)

Now the built in DDL transform won't cover your needs to generate hibernate files so you'll have to write your own transformation.  Additionally, to use copy down inheritance you'll have to call an addin from your templates.  (Search for EXEC_ADD_IN on this forum)