I want to develop my application from the middle out – that is, start with the POJO and let the system build whatever DB tables it thinks it needs to persist my structure.
I understand annotations. What I can not figure out is how to make the system generate the DDL from my annotations and then apply that DDL to the DB.
I’ve read all the documentation on JPA and Hibernate. Can you help?
Thanks
Bob Fleischman