Re: [Hibernate] CacheMode

2005-01-26 Thread Max Rydahl Andersen
Do I got any votes for TODO-124? The proposal is to allow control over how the session interacts with the second-level cache. Options are: CacheMode.NORMAL CacheMode.IGNORE CacheMode.PUT CacheMode.GET I think its useful to have sessions that ignore the second level cache in some circ

[Hibernate] action on the branch...

2005-01-26 Thread Max Rydahl Andersen
Hi! Steve you wrote: "merged the notions of class and entity into the mapping, keeping back-compat for DTD" what's the story behind that ? ;) -- Max Rydahl Andersen callto://max.rydahl.andersen Hibernate [EMAIL PROTECTED] http://hibernate.org JBoss Inc [EMAIL PROTECTED] http://jboss.com ---

[Hibernate] CacheMode

2005-01-26 Thread Gavin King
Do I got any votes for TODO-124? The proposal is to allow control over how the session interacts with the second-level cache. Options are: CacheMode.NORMAL CacheMode.IGNORE CacheMode.PUT CacheMode.GET I think its useful to have sessions that ignore the second level cache in some circumstance