All,
As we're working through assessing integration with other JBoss tools to reconstruct
our XML story using annotated POJO's (i.e. Hibernate and JPA) it's become obvious
that there will be a potential need in the not-to-distant future to create a DDL'ish
importer that can translate Java objects into relational Designer model objects.
So, if we needed an importer of DDL....
1) What would it look like?
2) What flavor of DDL would we import? (i.e. is JPA-generated ddl sufficient?) Do we want
to import "any" DDL and be able to ignore everything except "Create
Schema/Table" and Alter statements?
Barry