Need help with Hibernate? Read this first:
http://www.hibernate.org/ForumMailingli ... AskForHelp
Hi, all.
I just wondered that there is no way to make session cache disable ?
In some cases, it can cause a little trouble whenever all sessions cache all list of objects, although using the session.clear() after every invocation of searching a lot of list.
I guess that the disable of session's cache is possible. But, i don't know how.(is it only in my head? ^^;;)
Dose "session.setCacheMode()" also work for session ?
I found that mothod in session API, but I'm not sure it'll work, and can't verify.
I'm looking forward to reply this.
Have a great day~