When I design a web application with Hibernate, I meet a problem. The web page has always retrieved the same class object even other programs have modified data in the database. This is because Hibernate retrieves the object reference from the cache. But how can I retrieve the modified data bypass the hibernate cache?
Sincerely Zhaoyang Li |