Uses of Interface
org.apache.openjpa.kernel.PreparedQueryCache
-
Packages that use PreparedQueryCache Package Description org.apache.openjpa.conf OpenJPA Configurationorg.apache.openjpa.instrumentation 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 Modifier and Type Method Description PreparedQueryCacheOpenJPAConfiguration. getQuerySQLCacheInstance()Return PreparedQueryCache used for caching datastore queries.PreparedQueryCacheOpenJPAConfigurationImpl. getQuerySQLCacheInstance()Methods in org.apache.openjpa.conf with parameters of type PreparedQueryCache Modifier and Type Method Description voidOpenJPAConfiguration. setQuerySQLCache(PreparedQueryCache cache)Sets QuerySQLCache with the given cache.voidOpenJPAConfigurationImpl. setQuerySQLCache(PreparedQueryCache querySQLCache) -
Uses of PreparedQueryCache in org.apache.openjpa.instrumentation
Methods in org.apache.openjpa.instrumentation with parameters of type PreparedQueryCache Modifier and Type Method Description voidAbstractPreparedQueryCacheInstrument. setPreparedQueryCache(PreparedQueryCache qc) -
Uses of PreparedQueryCache in org.apache.openjpa.jdbc.kernel
Classes in org.apache.openjpa.jdbc.kernel that implement PreparedQueryCache Modifier and Type Class Description classPreparedQueryCacheImplAn implementation of the cache ofprepared queries.
-