[Hibernate] Internal workings of Hibernate Cache

2006-02-14 Thread shalon toy
Does any one know of any document that explains the internals of hibernate second level cache workings. The hibernate docs do not have any information on how the default cahce (ehcache) implementation works. I was looking for some information, that would explain how hibernate determine's when to

[Hibernate] @MapKey and quoted columns

2006-02-14 Thread Emmanuel Bernard
currently the @MapKey annotation is done by creating formula(s) to refer the same column(s) as the pointed property. However when columns are quoted, I cannot create the formula equivalent since the dialect (for quote) is not known a configuration time. Anybody ge an idea?

[Hibernate] hibernate-hsqldb-testsuite Build Failed

2006-02-14 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/hibernate-hsqldb-testsuite?log=log20060214144251 BUILD FAILEDAnt Error Message:/home/cruisecontrol/work/scripts/build-hibernate-db-matrix.xml:28: cvs exited with error code 1 Command line was [Executing 'cvs' with arguments:

[Hibernate] hibernate-oracle10-testsuite Build Failed

2006-02-14 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/hibernate-oracle10-testsuite?log=log20060214144346 BUILD FAILEDAnt Error Message:/home/cruisecontrol/work/scripts/build-hibernate-db-matrix.xml:28: cvs exited with error code 1 Command line was [Executing 'cvs' with arguments:

[Hibernate] hibernate-mysql-testsuite Build Failed

2006-02-14 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/hibernate-mysql-testsuite?log=log20060214144329 BUILD FAILEDAnt Error Message:/home/cruisecontrol/work/scripts/build-hibernate-db-matrix.xml:28: cvs exited with error code 1 Command line was [Executing 'cvs' with arguments:

RE: [Hibernate] Internal workings of Hibernate Cache

2006-02-14 Thread Steve Ebersole
The keystone of that logic is the org.hibernate.cache.CacheConcurrencyStrategy. Have a look at the different implementations of that interface. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of shalon toy Sent: Tuesday, February 14, 2006 12:30 PM To: