from UML to DDL
July 28, 2006Traditionally when I am designing a project I will usually start with developing a relational data model. If I’m using Hibernate, I will proceed to generate or write my Hibernate mapping files (.hbm) and from there I can generate the plain Java objects (POJO’s). I decided to try the approach the other way around. Using [...]
