Uses of Interface
jakarta.persistence.Cache
-
Packages that use Cache Package Description jakarta.persistence Jakarta Persistence is the API for the management for persistence and object/relational mapping. -
-
Uses of Cache in jakarta.persistence
Methods in jakarta.persistence that return Cache Modifier and Type Method Description Cache
EntityManagerFactory. getCache()
Access the cache that is associated with the entity manager factory (the "second level cache").
-