From: Tony V. (JIRA) <no...@at...> - 2006-07-14 23:43:57
|
2nd Level Cache Improvements ---------------------------- Key: HHH-1913 URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-1913 Project: Hibernate3 Type: Patch Versions: 3.1.3 Reporter: Tony Voss Attachments: Hibernate_ReadOnlyCache-RetryTrans-CollCache.patch, Hibernate_ReadOnlyCache-RetryTrans-CollCache.zip Implement cache-only fetch mode on Session.get(ID) methods, and fix a bug where cache wasn't used via the codepath we were using Allow the L2 cache to be started after the SessionFactory is started, instead of always at the same time Support transaction retries by splitting flushing code between a datastore phase and a cache phase, and add an interceptor call back to allow the user to interact with datastore phase exceptions and control the retry loop. Evict entries for all owning collections from the L2 cache when an entity is created or destroyed. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://opensource.atlassian.com/projects/hibernate/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira |