level 2 cache (RSS)

Hibernate cache study

Hibernate cache Raiders (2007-07-18 21:51:37) Tags: hibernate Category: Hibernate Many people are not very familiar with the secondary cache, or there is a wrong understanding, I have always wanted to ...

Hibernate cache Raiders II

Many people are not very familiar with the secondary cache, or there is a wrong understanding, I have always wanted to write an article tell us about the hibernate second cache, and finally help it. M ...

Detailed hibernate cache

hibernate provides the level of the session cache, each session, the same id twice a load, does not send two sql to the database, but turn off session, when a cache on a failure. SessionFactory level ...