summaryrefslogtreecommitdiff
path: root/orkbasej/java/mysql.hbm.template.xml
diff options
context:
space:
mode:
Diffstat (limited to 'orkbasej/java/mysql.hbm.template.xml')
-rw-r--r--orkbasej/java/mysql.hbm.template.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/orkbasej/java/mysql.hbm.template.xml b/orkbasej/java/mysql.hbm.template.xml
index 2ff47f4..3806981 100644
--- a/orkbasej/java/mysql.hbm.template.xml
+++ b/orkbasej/java/mysql.hbm.template.xml
@@ -4,7 +4,7 @@
"http://hibernate.sourceforge.net/hibernate-configuration-3.0.dtd">
<hibernate-configuration>
<session-factory>
- <property name="hibernate.dialect">org.hibernate.dialect.MySQLMyISAMDialect</property>
+ <property name="hibernate.dialect">org.hibernate.dialect.MySQLInnoDBDialect</property>
<property name="hibernate.connection.driver_class">com.mysql.jdbc.Driver</property>
<property name="hibernate.connection.url">jdbc:mysql://localhost/test</property>
<property name="hibernate.connection.password">password</property>