The JPA 2 Enhancements Every Java Developer Should Know - Developer.com - 0 views
-
JPA 2 Enhancements Every Java Developer Should Know
-
JPA 2 also introduced a second layer of cache, which is shared across various persistence contexts and can be accessed using the EntityManagerFactory
-
Cache cache = emf.getCache();
- ...4 more annotations...