Book a Demo

Author Topic: Generating Java and DDL from a model  (Read 2372 times)

mgreensh

  • EA Novice
  • *
  • Posts: 1
  • Karma: +0/-0
    • View Profile
Generating Java and DDL from a model
« on: November 28, 2003, 09:18:14 am »
I am using EA for a project where I would like to generate java source and DDL for Firebird/SQLServer from the same model and cannot see how to arrange this.

If I have private members in my java classes (bean pattern) I cannot inherit a table object from them, because the fields I want to inherit are private. On the other hand, if I make my basic class have a table stereotype, I lose the ability to generate java code.

Is there is a way of linking a class and a table that so that one mirrors the other?