From: <hib...@li...> - 2006-07-12 09:43:37
|
Author: max...@jb... Date: 2006-07-12 05:43:33 -0400 (Wed, 12 Jul 2006) New Revision: 10107 Modified: trunk/HibernateExt/tools/etc/hibernate.properties Log: Modified: trunk/HibernateExt/tools/etc/hibernate.properties =================================================================== --- trunk/HibernateExt/tools/etc/hibernate.properties 2006-07-12 09:42:43 UTC (rev 10106) +++ trunk/HibernateExt/tools/etc/hibernate.properties 2006-07-12 09:43:33 UTC (rev 10107) @@ -42,6 +42,17 @@ #hibernate.connection.url jdbc:hsqldb:. #hibernate.connection.shutdown=true +## Derby + +#hibernate.dialect org.hibernate.dialect.DB2Dialect +#hibernate.connection.driver_class org.apache.derby.jdbc.EmbeddedDriver +#hibernate.connection.username sa +#hibernate.connection.password +#hibernate.connection.url jdbc:hsqldb:hsql://localhost +#hibernate.connection.url jdbc:derby:testdb/derby;create=true +#hibernate.connection.url jdbc:hsqldb:. +#hibernate.connection.shutdown=true + ## MySQL #hibernate.dialect org.hibernate.dialect.MySQLDialect @@ -57,9 +68,7 @@ #hibernate.dialect org.hibernate.dialect.OracleDialect #hibernate.dialect org.hibernate.dialect.Oracle9Dialect #hibernate.connection.driver_class oracle.jdbc.driver.OracleDriver -#hibernate.connection.username max -#hibernate.connection.password max -#hibernate.connection.url jdbc:oracle:thin:@localhost:1521:orcl +#hibernate.connection.url jdbc:oracle:thin:@localhost:1522:XE ## PostgreSQL @@ -382,7 +391,7 @@ ## set a prefix for cache region names -hibernate.cache.region_prefix hibernate.test +#hibernate.cache.region_prefix hibernate.test ## disable the second-level cache @@ -399,7 +408,7 @@ #hibernate.cache.provider_class org.hibernate.cache.EhCacheProvider #hibernate.cache.provider_class org.hibernate.cache.EmptyCacheProvider -hibernate.cache.provider_class org.hibernate.cache.HashtableCacheProvider +#hibernate.cache.provider_class org.hibernate.cache.HashtableCacheProvider #hibernate.cache.provider_class org.hibernate.cache.TreeCacheProvider #hibernate.cache.provider_class org.hibernate.cache.OSCacheProvider #hibernate.cache.provider_class org.hibernate.cache.SwarmCacheProvider |