initial liquibase setup

This commit is contained in:
Athou
2013-06-11 17:01:21 +02:00
parent 7bb660986e
commit b78f646523
7 changed files with 426 additions and 5 deletions

View File

@@ -4,12 +4,10 @@
xsi:schemaLocation="
http://java.sun.com/xml/ns/persistence
http://java.sun.com/xml/ns/persistence/persistence_2_0.xsd">
<persistence-unit name="primary">
<persistence-unit name="primary" transaction-type="JTA">
<provider>org.hibernate.ejb.HibernatePersistence</provider>
<jta-data-source>${jpa.datasource.name}</jta-data-source>
<shared-cache-mode>ENABLE_SELECTIVE</shared-cache-mode>
<properties>
<property name="hibernate.hbm2ddl.auto" value="update" />
<property name="format_sql" value="true" />
<property name="use_sql_comments" value="true" />