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 PreparedQueryCache
OpenJPAConfiguration. getQuerySQLCacheInstance()
Return PreparedQueryCache used for caching datastore queries.PreparedQueryCache
OpenJPAConfigurationImpl. getQuerySQLCacheInstance()
Methods in org.apache.openjpa.conf with parameters of type PreparedQueryCache Modifier and Type Method Description 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 Modifier and Type Method Description void
AbstractPreparedQueryCacheInstrument. 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 class
PreparedQueryCacheImpl
An implementation of the cache ofprepared queries
.
-