By default, hibernate caches all the data in memory, how can I turn off that feature so that I can run my application with very low memory.
By default, hibernate caches 1st level in Session object and 2nd level at SessionFactory level. I want to disable both caches.