Need help with Hibernate? Read this first:
http://www.hibernate.org/ForumMailingli ... AskForHelp
Hibernate version: hibernate3.jar
MySql : 4.1.1.2
Concern: Not able to see the manual updates done in the backend in the application. Could see the updates when when creating a new session factory object.
I am re-using the session factory object.
I am using Criteria object to get a collection of records from one table.
The modifications done manually were not reflected in application , till it is using the same same session factory object (Singleton pattern applied for SessionFactory object in our application)
Any suggession will be greatly appreciated.