ddl « jdo « Java Enterprise Q&A





1. Are there tools to generate a ddl schema from JDO annotated pojos?    stackoverflow.com

Perhaps i'm wandering down the wrong path - I'm looking for a tool like hbm2ddl. I currently have domain model (pojos with JDO annotations) - I need to setup the database. ...