Toggle navigation
Toggle navigation
This project
Loading...
Sign in
grogv3
/
grog-cubi
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
Jean-Francois Leveque
2017-01-26 12:34:24 +0100
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
6e640aaf2eecb4dc195fc169502f4410b325847e
6e640aaf
1 parent
563c3de5
Configuration persistence migration (refactoring nommage et configuration)
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
src/main/resources/META-INF/persistence.xml
src/main/resources/META-INF/persistence.xml
View file @
6e640aa
...
...
@@ -17,16 +17,16 @@
</properties>
</persistence-unit>
<persistence-unit
name=
"
v3
-pu"
transaction-type=
"JTA"
>
<persistence-unit
name=
"
migration
-pu"
transaction-type=
"JTA"
>
<provider>
org.hibernate.jpa.HibernatePersistenceProvider
</provider>
<jta-data-source>
v3
Database
</jta-data-source>
<jta-data-source>
migration
Database
</jta-data-source>
<exclude-unlisted-classes>
false
</exclude-unlisted-classes>
<properties>
<property
name=
"hibernate.connection.CharSet"
value=
"utf8"
/>
<property
name=
"hibernate.connection.characterEncoding"
value=
"utf8"
/>
<property
name=
"hibernate.connection.useUnicode"
value=
"true"
/>
<property
name=
"hibernate.hbm2ddl.auto"
value=
"create-drop"
/>
<property
name=
"hibernate.hbm2ddl.import_files"
value=
"
import.sql
"
/>
<property
name=
"hibernate.hbm2ddl.import_files"
value=
""
/>
<property
name=
"hibernate.hbm2ddl.import_files_sql_extractor"
value=
"org.hibernate.tool.hbm2ddl.MultipleLinesSqlCommandExtractor"
/>
<!-- DDL control OFF
<property name="hibernate.show_sql" value="true"/>
...
...
Please
register
or
login
to post a comment