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

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

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.jdbc.kernel
 

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



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