Hibernate version: 2.1
Name and version of the database you are using:oracle 9
The problem that i am facing is generated from the results that
session.find method returns.
The documentation says that
Quote:
This process, flush, occurs by default at the following points from some invocations of find() or iterate() .
What does
some invocation mean?
What I want to know is: does
find method return the results from the cache or does it take them from the database in case there were any updates on the rows?