Re: [Hibernate] Caching

2002-10-09 Thread Gavin King
Collections are cached if (only if) they have their own subelement. - Original Message - From: Joost van de Wijgerd To: Gavin King Cc: hibernate list Sent: Wednesday, October 09, 2002 11:33 PM Subject: [Hibernate] Caching Gavin,   Relating to the cach

[Hibernate] Caching

2002-10-09 Thread Joost van de Wijgerd
Gavin,   Relating to the cache, I gather that collections that are defined inside a mapping are not cached? one would assume that you won't have to do a select for these collections since they can only be changed through the object itself? probably i'm wrong, but i just wanted to check this w