Joined: Thu Sep 22, 2011 9:06 am Posts: 16
|
Hi, I am using Hibernate3.2 and i have to get the task updation count with using big query. The task updation happen periodically in background. When i fetch the count at first time from database its taking long time. Second time pretty fast due to cache. If any updation happen in database thrid time its take long time.
Is there any hibernate listener to handle any updates in database by any other server?
Is there any way to find the updation happen or not without hitting the databse? I can match the existing count and database's current count programatically.
|
|