Help regarding hibernate
Hello,
I m working with Hibernate...
I have got a probelm related to that..
Suppose I m workin on a table using hibernate...
I want to get new updated values from database using hibernate even though i m changin those values manually from database..
i.e if i am changing a row from table it should be immedietly reflacted in hibernate...
I m able to do that only..
I tried to use session.refresh() but its not workin....
Is this problem because of type of hibernate cache i m using???
Can abybody help me??