OPENJPA-1116: Cleanup via SynchronizeMappings SchemaAction directive

git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@818960 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jeremy Bauer 2009-09-25 19:17:14 +00:00
parent 9c3a7117a8
commit 22391c9133
1 changed files with 2 additions and 1 deletions

View File

@ -238,7 +238,8 @@
<class>org.apache.openjpa.persistence.jdbc.strategy.Person</class>
<class>org.apache.openjpa.persistence.jdbc.strategy.Address</class>
<properties>
<property name="openjpa.jdbc.SynchronizeMappings" value="buildSchema"/>
<property name="openjpa.jdbc.SynchronizeMappings"
value="buildSchema(SchemaAction='drop,add')"/>
</properties>
</persistence-unit>