-->
These old forums are deprecated now and set to read-only. We are waiting for you on our new forums!
More modern, Discourse-based and with GitHub/Google/Twitter authentication built-in.

All times are UTC - 5 hours [ DST ]



Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 3 posts ] 
Author Message
 Post subject: 2nd level cache collections
PostPosted: Mon May 31, 2004 12:19 pm 
Newbie

Joined: Mon May 10, 2004 7:58 am
Posts: 15
Hi,

i'v got two classes Author and Work, with a one-to-many relation. Both Author and Work are <cache usage="read-only"/>.

Author a = (Author) session.load(Author.class, id);
Set works = a.getWorks();

Repeated exectution of this code show that only author instance is read from the cache, but not works instances, through everyting's read-only.
What am i doing wrong?

thanks.


Top
 Profile  
 
 Post subject:
PostPosted: Mon May 31, 2004 12:20 pm 
Hibernate Team
Hibernate Team

Joined: Tue Sep 09, 2003 2:10 pm
Posts: 3246
Location: Passau, Germany
use a collection-cache element.


Top
 Profile  
 
 Post subject:
PostPosted: Mon May 31, 2004 12:30 pm 
Newbie

Joined: Mon May 10, 2004 7:58 am
Posts: 15
ok, it works. Thank you.


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 3 posts ] 

All times are UTC - 5 hours [ DST ]


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
© Copyright 2014, Red Hat Inc. All rights reserved. JBoss and Hibernate are registered trademarks and servicemarks of Red Hat, Inc.