Skip to content
Snippets Groups Projects
Commit a5284aac authored by Goik Martin's avatar Goik Martin
Browse files

Innodb backend

parent 4f084ddf
No related branches found
No related tags found
No related merge requests found
......@@ -56,6 +56,9 @@
-->
<property name="hibernate.format_sql" value="true"/>
<property name="hibernate.use_sql_comments" value="true"/>
<!-- Choose Mysql's innodb backend -->
<property name="hibernate.dialect" value="org.hibernate.dialect.MySQL5InnoDBDialect" />
<!-- Enable Hibernate scanning for entity classes and adding them automatically
but not for hbm.xml files. -->
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment