]
George Gastaldi reassigned FORGE-1996:
--------------------------------------
Assignee: George Gastaldi
JPA Setup should allow for optionally omitting the create-drop
parameter
------------------------------------------------------------------------
Key: FORGE-1996
URL:
https://issues.jboss.org/browse/FORGE-1996
Project: Forge
Issue Type: Feature Request
Affects Versions: 2.10.1.Final
Reporter: Tim Padgett
Assignee: George Gastaldi
Priority: Minor
Fix For: 2.10.2.Final
By default, the "jpa-setup" command generates a persistence-unit with the
property "<property name="hibernate.hbm2ddl.auto"
value="create-drop"/>" when selecting Hibernate as the provider.
In order to mitigate accidental impacts to existing databases, the jpa-setup command
should have an option that allows for omitting this autogenerated property.