Uses of Interface
org.apache.openjpa.kernel.PreparedQueryCache
Packages that use PreparedQueryCache
Package
Description
OpenJPA Configuration
OpenJPA-JDBC Runtime Kernel
-
Uses of PreparedQueryCache in org.apache.openjpa.conf
Methods in org.apache.openjpa.conf that return PreparedQueryCacheModifier and TypeMethodDescriptionOpenJPAConfiguration.getQuerySQLCacheInstance()Return PreparedQueryCache used for caching datastore queries.OpenJPAConfigurationImpl.getQuerySQLCacheInstance()Methods in org.apache.openjpa.conf with parameters of type PreparedQueryCacheModifier and TypeMethodDescriptionvoidOpenJPAConfiguration.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 PreparedQueryCacheModifier and TypeMethodDescriptionvoidAbstractPreparedQueryCacheInstrument.setPreparedQueryCache(PreparedQueryCache qc) -
Uses of PreparedQueryCache in org.apache.openjpa.jdbc.kernel
Classes in org.apache.openjpa.jdbc.kernel that implement PreparedQueryCache