-->
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.  [ 1 post ] 
Author Message
 Post subject: Caching associations with hibernate
PostPosted: Wed Jun 29, 2005 10:52 pm 
Newbie

Joined: Wed Jun 29, 2005 10:41 pm
Posts: 3
Location: New Jersey
I'm using EHCache, and have trouble to get associations cached.

#1
Given a simple schema

EntityA (1...0,*) ->EntityB

I did "from EntityA ea left join fetch ea.entityB where ea.id=10", and in my junit test, call session.clear(), then reload the EntityA with same id(10), trying to getEntityBs(), it always goes to db to do the retrieval.

I've set the <cache...> tag in both class mapping files,as well as the collection association.

Did I miss anything, or Hibernate simply doesn't support the second level association cache ?


Thanks,

-Woody


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

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.