Uses of Class
org.datanucleus.api.jdo.JDOQueryCache
-
Packages that use JDOQueryCache Package Description org.datanucleus.api.jdo Package providing components specific to JDO persistence. -
-
Uses of JDOQueryCache in org.datanucleus.api.jdo
Fields in org.datanucleus.api.jdo declared as JDOQueryCache Modifier and Type Field Description private JDOQueryCache
JDOPersistenceManagerFactory. queryCache
Query Results Cache.Methods in org.datanucleus.api.jdo that return JDOQueryCache Modifier and Type Method Description JDOQueryCache
JDOPersistenceManagerFactory. getQueryCache()
Accessor for the query results cache.static JDOQueryCache
DataNucleusHelperJDO. getQueryResultCache(javax.jdo.PersistenceManagerFactory pmf)
Convenience accessor for the query results cache.
-