I want to be able to guarantee that certain queries allways go to the database, because they may be modified outside the application, such as by another application or user from the command line. I have tried everything, including Session.clear(), conditional evicts, etc. All I want to do, is get the object from the database, not the cache. It would seem there would have been a Session.load(Class,id, (true|false) for caching) or something, but there isn't. Any ideas? Thanks for any help you can provide.
Need help with Hibernate? Read this first:
http://www.hibernate.org/ForumMailingli ... AskForHelp
Hibernate version:
3.01
Mapping documents:
Code between sessionFactory.openSession() and session.close():
Full stack trace of any exception that occurs:
Name and version of the database you are using:
The generated SQL (show_sql=true):
Debug level Hibernate log excerpt:
Problems with Session and transaction handling?
Read this:
http://hibernate.org/42.html