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 classQueryResultCacheImplImplements Query result cache via delegation to QueryCache.Methods in org.apache.openjpa.persistence that return QueryResultCache Modifier and Type Method Description QueryResultCacheEntityManagerFactoryImpl. getQueryResultCache()QueryResultCacheOpenJPAEntityManagerFactory. getQueryResultCache()Access query result cache.
-