(no commit message)
[utils] / system / spring / src / main / resources / properties / test.org.wamblee.security.hibernate.properties
diff --git a/system/spring/src/main/resources/properties/test.org.wamblee.security.hibernate.properties b/system/spring/src/main/resources/properties/test.org.wamblee.security.hibernate.properties
new file mode 100644 (file)
index 0000000..47a21e2
--- /dev/null
@@ -0,0 +1,25 @@
+
+###################################################################################
+# dialect
+###################################################################################
+hibernate.dialect=org.hibernate.dialect.MySQLInnoDBDialect
+
+###################################################################################
+# debugging settings: Log4j configuration can provide more detail. 
+###################################################################################
+hibernate.show_sql=false
+
+##############################################################################
+# schema update for test 
+##############################################################################
+hibernate.schemaupdate=true
+
+###################################################################################
+# hibernate cache provider
+###################################################################################
+hibernate.cache.provider=org.hibernate.cache.EhCacheProvider
+
+###################################################################################
+# query cache
+###################################################################################
+hibernate.cache.use_query_cache=true
\ No newline at end of file