Author: max.andersen(a)jboss.com
Date: 2007-01-09 06:25:49 -0500 (Tue, 09 Jan 2007)
New Revision: 11031
Modified:
branches/Branch_3_2/HibernateExt/tools/etc/hibernate.properties
Log:
align
Modified: branches/Branch_3_2/HibernateExt/tools/etc/hibernate.properties
===================================================================
--- branches/Branch_3_2/HibernateExt/tools/etc/hibernate.properties 2007-01-09 11:19:24
UTC (rev 11030)
+++ branches/Branch_3_2/HibernateExt/tools/etc/hibernate.properties 2007-01-09 11:25:49
UTC (rev 11031)
@@ -24,7 +24,7 @@
#hibernate.connection.driver_class org.h2.Driver
#hibernate.connection.username sa
#hibernate.connection.password
-#hibernate.connection.url jdbc:h2:testdb/h2test
+#hibernate.connection.url jdbc:h2:testdb/h2db;LOCK_MODE=0;TRACE_LEVEL_SYSTEM_OUT=2
#hibernate.connection.url jdbc:h2:mem:
#hibernate.connection.url jdbc:h2:tcp://dbserv:8084/sample;
#hibernate.connection.url jdbc:h2:ssl://secureserv:8085/sample;
@@ -40,7 +40,7 @@
#hibernate.connection.url jdbc:hsqldb:hsql://localhost
hibernate.connection.url jdbc:hsqldb:testdb/hsqldb;shutdown=true
#hibernate.connection.url jdbc:hsqldb:.
-hibernate.connection.shutdown=true
+#hibernate.connection.shutdown=true
## Derby
@@ -69,6 +69,8 @@
#hibernate.dialect org.hibernate.dialect.Oracle9Dialect
#hibernate.connection.driver_class oracle.jdbc.driver.OracleDriver
#hibernate.connection.url jdbc:oracle:thin:@localhost:1521:XE
+#hibernate.connection.username hr
+#hibernate.connection.password pluto123
## PostgreSQL
@@ -315,8 +317,8 @@
## specify a default schema and catalog for unqualified tablenames
+#hibernate.default_schema HR
hibernate.default_schema PUBLIC
-#hibernate.default_catalog PUBLIC
## set the maximum depth of the outer join fetch tree
@@ -436,3 +438,4 @@
#hibernate.jndi.class com.ibm.websphere.naming.WsnInitialContextFactory
#hibernate.jndi.url iiop://localhost:900/
+hibernatetool.metadatadialect org.hibernate.cfg.reveng.dialect.H2MetaDataDialect
\ No newline at end of file
Show replies by date