Tag Archives: EntityManagerFactory

Notes on JPA L2 Caching

Here are some notes on L2 (level 2/shared) cache in JPA Quick facts JPA L2 cache was standardized in JPA 2.0 (Java EE 6) Based on EntityManagerFactory i.e. its a global cache common across all Persistence Units A layer which site between the … Continue reading

Posted in Java EE | Tagged , , , , | 6 Comments