Free Sample Lecture: Hibernate 1st Level Cache
I’m currently recording the Hibernate Performance Tuning Online Training and today I want to share the lecture about Hibernate’s 1st level cache with you. Hibernate activates the 1st level cache by default and uses it to optimize the performance of your application if you don’t prevent it. OK, you probably wonder why you should prevent Hibernate from using the cache…