Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - jay

Pages: [1]
1
Suggestions and Requests / Keeping Table Data and ClassModel in Sync
« on: October 05, 2003, 07:12:41 am »
I have a class model that somewhat mirrors my datamodel.  I want to keep the two in sync.  I want to be able to point at an object or multiple objects and export the datamodel by selecting the database that I'm working.  This would spit out tables with the associated data mapping for the columns.  For instance all ints or Integers in java become NUMBER for Oracle for each column.  Furthermore, it would be great to link an object to a table in my data model, so that when I add a new attribute in my class model, it will change the table structure in my data model.  This way I could keep the models in sync and just export the ddl for my database.  I don't think any of this functionality is in the 645 build, I've looked everywhere I know how.  Great product keep up the good work.  Jay :)

Pages: [1]