Uses of Interface
org.apache.openjpa.persistence.QueryResultCache
-
Packages that use QueryResultCache Package Description org.apache.openjpa.persistence OpenJPA JPA -
-
Uses of QueryResultCache in org.apache.openjpa.persistence
Classes in org.apache.openjpa.persistence that implement QueryResultCache Modifier and Type Class Description class
QueryResultCacheImpl
Implements Query result cache via delegation to QueryCache.Methods in org.apache.openjpa.persistence that return QueryResultCache Modifier and Type Method Description QueryResultCache
EntityManagerFactoryImpl. getQueryResultCache()
QueryResultCache
OpenJPAEntityManagerFactory. getQueryResultCache()
Access query result cache.
-