mirror of https://github.com/apache/openjpa.git
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:
parent
9c3a7117a8
commit
22391c9133
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in New Issue