<div class="postbody">Hi,<br>I am using hibernate 1.2, when I save the data it is getting save in the database(save) , but immediatly i am(query) checking for the updated data, I am not getting the refreshed data, getting the old data. After 3-10 seconds, it is getting the new/updated data .<br>
<br>How to solve this issue.<br><br><span style="COLOR: #4000ff">Code snippet:</span></div>
<div><span style="COLOR: #4000ff"></span><span style="COLOR: #4000ff">Save:<br>sess = HibernateConfigurator.getSessionFactory().openSession();<br>sess.saveOrUpdate(p_obj);<br>sess.flush();</span></div>
<p><span style="COLOR: #4000ff">Query:</span></p>
<div><span style="COLOR: #4000ff">            sess = HibernateConfigurator.getSessionFactory().openSession();<br>            List  result = sess.find(p_query);<br>                  </span></div>
<div><br><br>Thanks in Advance<br>Sridhar</div>