Uses of Interface
org.apache.openjpa.kernel.PreparedQueryCache
Package
Description
OpenJPA Configuration
OpenJPA-JDBC Runtime Kernel
-
Uses of PreparedQueryCache in org.apache.openjpa.conf
Modifier and TypeMethodDescriptionOpenJPAConfiguration.getQuerySQLCacheInstance()
Return PreparedQueryCache used for caching datastore queries.OpenJPAConfigurationImpl.getQuerySQLCacheInstance()
Modifier and TypeMethodDescriptionvoid
OpenJPAConfiguration.setQuerySQLCache
(PreparedQueryCache cache) Sets QuerySQLCache with the given cache.void
OpenJPAConfigurationImpl.setQuerySQLCache
(PreparedQueryCache querySQLCache) -
Uses of PreparedQueryCache in org.apache.openjpa.instrumentation
Modifier and TypeMethodDescriptionvoid
AbstractPreparedQueryCacheInstrument.setPreparedQueryCache
(PreparedQueryCache qc) -
Uses of PreparedQueryCache in org.apache.openjpa.jdbc.kernel