Re: [Hibernate] CacheMode

2005-01-27 Thread Gavin King
Now that I've done it, I love it! We should have had this notion a long time ago. Very nice. Gavin King wrote: 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 CacheMod

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] 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