Author: steve.ebersole(a)jboss.com
Date: 2006-11-13 14:21:30 -0500 (Mon, 13 Nov 2006)
New Revision: 10798
Modified:
branches/Branch_3_2/Hibernate3/etc/hibernate.properties
Log:
example property settings for InterSystems' Cache SQL
Modified: branches/Branch_3_2/Hibernate3/etc/hibernate.properties
===================================================================
--- branches/Branch_3_2/Hibernate3/etc/hibernate.properties 2006-11-13 19:21:19 UTC (rev
10797)
+++ branches/Branch_3_2/Hibernate3/etc/hibernate.properties 2006-11-13 19:21:30 UTC (rev
10798)
@@ -233,7 +233,15 @@
#hibernate.connection.password hibernate
+## InterSystems Cache
+#hibernate.dialect org.hibernate.dialect.Cache71Dialect
+#hibernate.connection.driver_class com.intersys.jdbc.CacheDriver
+#hibernate.connection.username _SYSTEM
+#hibernate.connection.password SYS
+#hibernate.connection.url jdbc:Cache://127.0.0.1:1972/HIBERNATE
+
+
#################################
### Hibernate Connection Pool ###
#################################
Show replies by date