Hibernate / Hibernate Caching
Can we disable first level cache in Hibernate?
Hibernate first level cache is enabled by default and there is no way to disable it. However hibernate provides methods using which selected objects can be deleted from the cache or clear the cache completely.
More Related questions...