-->
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: 2nd level cache and counter property
PostPosted: Sun Aug 02, 2009 1:52 am 
Newbie

Joined: Thu Jul 30, 2009 8:18 am
Posts: 1
Hi,
In my application I have a business entity that needs to include a
counter of reads, this counter is the only property in the class
that needs to get updated.

I want over the 2nd level cache options and it seems that none of the
existing solutions supports the ability to separate the database
update call from the commit transaction call.

The optimal solution that I'm looking for is to have Hibernate update the counter
in the cache and when the instance get's removed from the cache (let's say after couple of minutes) to
update the database (increment the counter).

Any ideas?

Thanks,

Efi


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.