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

Packages that use PreparedQueryCache
org.apache.openjpa.conf OpenJPA Configuration 
org.apache.openjpa.instrumentation   
 

Uses of PreparedQueryCache in org.apache.openjpa.conf
 

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

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

Uses of PreparedQueryCache in org.apache.openjpa.instrumentation
 

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



Copyright © 2006–2013 Apache Software Foundation. All rights reserved.