Book a Demo

Author Topic: class<->table transformation  (Read 2469 times)

maciek

  • EA Novice
  • *
  • Posts: 3
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
class<->table transformation
« on: August 20, 2007, 01:06:35 pm »
Hello everyone,

is it possible in EA to automatically convert from data model to class model and/or vice versa?
After importing DDL I would like to have a class model (which would reflect DB data model) from which I could generate Java skeletons of classes automatically.

So, is it doable ?
If 'Yes' - how ?

Thank you,

Maciek

Eve

  • EA Administrator
  • EA Guru
  • *****
  • Posts: 8110
  • Karma: +119/-20
    • View Profile
Re: class<->table transformation
« Reply #1 on: August 20, 2007, 01:19:57 pm »
There is a built in transformation for Class -> Table.  However, the transformations in EA are not reversable, although you could write your own transformation to go from Table -> Class.