]
Brett Meyer resolved ARTIF-703.
-------------------------------
Fix Version/s: 1.0.0.Beta2
Resolution: Done
Auto install DDL if the tables don't exist
------------------------------------------
Key: ARTIF-703
URL:
https://issues.jboss.org/browse/ARTIF-703
Project: Artificer
Issue Type: Enhancement
Affects Versions: 1.0.0.Beta1
Reporter: Brett Meyer
Assignee: Brett Meyer
Fix For: 1.0.0.Beta2
Since we now build the EMF programmatically, on demand, we should be able to
automatically install the DDL on the DB if the tables don't already exist. This is
*much* preferred over Hibernate's hbm2ddl, since we can use our real (optimized) DDL
SQL. Further, it will allow users to get started even quicker. Even further, we'll
need something like this for Docker anyway...