
| Key: |
OPENJPA-94
|
| Type: |
New Feature
|
| Status: |
Resolved
|
| Resolution: |
Fixed
|
| Priority: |
Major
|
| Assignee: |
Unassigned
|
| Reporter: |
Shay Banon
|
| Votes: |
0
|
| Watchers: |
0
|
|
If you were logged in you would be able to see more operations.
|
|
|
| Resolution Date: |
31/Jan/07 09:16 PM
|
|
Currently, in the persistence context, one can define:
<property name="openjpa.jdbc.SynchronizeMappings" value="buildSchema" />
Which causes OpenJPA to build the database schema based on the mapping defined. Currently, there is no way to define it to drop tables if they exists before creating the database schema. This is very useful for tests that drop (if exists) and creates new tables for each test.
|
|
Description
|
Currently, in the persistence context, one can define:
<property name="openjpa.jdbc.SynchronizeMappings" value="buildSchema" />
Which causes OpenJPA to build the database schema based on the mapping defined. Currently, there is no way to define it to drop tables if they exists before creating the database schema. This is very useful for tests that drop (if exists) and creates new tables for each test.
|
Show » |
| No work has yet been logged on this issue.
|
|