enforce utf8 on mysql

This commit is contained in:
Athou
2013-04-14 09:12:16 +02:00
parent 8f7709b6c4
commit 03a5b54a5a
3 changed files with 12 additions and 1 deletions

View File

@@ -10,6 +10,7 @@
<properties>
<property name="hibernate.hbm2ddl.auto" value="update" />
<property name="hibernate.show_sql" value="${jpa.show_sql}" />
<property name="hibernate.dialect" value="${jpa.dialect}" />
<property name="hibernate.default_batch_fetch_size" value="100" />
</properties>
</persistence-unit>