Book a Demo

Author Topic: Forward engineering database table to java class  (Read 2748 times)

craige

  • EA Novice
  • *
  • Posts: 11
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
Forward engineering database table to java class
« on: September 27, 2005, 04:30:01 am »
I am trying to forward engineer a database table to a java class. However, when I generate the code, the datatypes associated with the attributes in the database table are carried forward to the java class rather than converted to java equivalents .i.e. varchar is not converted to String for instance.

Is there a trick to doing this?

Many thanks

Craige