Hi All,
Using Hibernate Annotations 3.3.0
I got a requirement whereing I got to execute the same query twice within a method....However, as I have noticed that once the first query has been executed, the second query execution though if it hits the database, the entities are loaded from the memory.....After the first query execution, the entities loaded via that are modified a bit....
I presume this is standard Hibernate behaviour but is there any way that I can turn off this behaviour ?
Thanks for the suggestions.
Regards...Vijay
|