Hibernate version: 2.1.7
Name and version of the database you are using: HSQLDB 1.7.2_9
Problem
I have Session1 and Session2, Session 1 is always open, to show all objects of type X (with query). Session 2 is opened, get an object, update it and then commit changes and close.
My problem is that Session1 (this session only get all objects with a query), only update information when i insert or delete an object, but if i update an object, the changes not is showed in the Session1 query.
How I show the changes ?
regards
epsino
|