Uses of Interface
org.apache.openjpa.kernel.PreparedQueryCache

Packages that use PreparedQueryCache
org.apache.openjpa.conf OpenJPA Configuration 
org.apache.openjpa.instrumentation   
org.apache.openjpa.jdbc.kernel OpenJPA-JDBC Runtime Kernel 
org.apache.openjpa.persistence OpenJPA JPA 
 

Uses of PreparedQueryCache in org.apache.openjpa.conf
 

Methods in org.apache.openjpa.conf that return PreparedQueryCache
 PreparedQueryCache OpenJPAConfigurationImpl.getQuerySQLCacheInstance()
           
 PreparedQueryCache OpenJPAConfiguration.getQuerySQLCacheInstance()
          Return PreparedQueryCache used for caching datastore queries.
 

Methods in org.apache.openjpa.conf with parameters of type PreparedQueryCache
 void OpenJPAConfigurationImpl.setQuerySQLCache(PreparedQueryCache querySQLCache)
           
 void OpenJPAConfiguration.setQuerySQLCache(PreparedQueryCache cache)
          Sets QuerySQLCache with the given cache.
 

Uses of PreparedQueryCache in org.apache.openjpa.instrumentation
 

Methods in org.apache.openjpa.instrumentation with parameters of type PreparedQueryCache
 void AbstractPreparedQueryCacheInstrument.setPreparedQueryCache(PreparedQueryCache qc)
           
 

Uses of PreparedQueryCache in org.apache.openjpa.jdbc.kernel
 

Classes in org.apache.openjpa.jdbc.kernel that implement PreparedQueryCache
 class PreparedQueryCacheImpl
          An implementation of the cache of prepared queries.
 

Uses of PreparedQueryCache in org.apache.openjpa.persistence
 

Methods in org.apache.openjpa.persistence that return PreparedQueryCache
(package private)  PreparedQueryCache EntityManagerImpl.getPreparedQueryCache()
           
 



Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.