Uses of Interface
org.apache.openjpa.kernel.PreparedQuery
Package
Description
OpenJPA-JDBC Runtime Kernel
OpenJPA Runtime Kernel
-
Uses of PreparedQuery in org.apache.openjpa.jdbc.kernel
Modifier and TypeMethodDescriptionPreparedQueryCacheImpl.initialize
(String key, Object result) PreparedQueryCacheImpl.markUncachable
(String id, PreparedQueryCache.Exclusion exclusion) Modifier and TypeMethodDescriptionboolean
PreparedQueryCacheImpl.cache
(PreparedQuery q) Cache the given query keyed by its identifier. -
Uses of PreparedQuery in org.apache.openjpa.kernel
Modifier and TypeMethodDescriptionGet the PreparedQuery with the given identifier if it exists. null otherwise.PreparedQueryCache.initialize
(String key, Object executionResult) Initialize the cached Prepared Query registered with the given key earlier by the given execution result.PreparedQueryCache.markUncachable
(String id, PreparedQueryCache.Exclusion exclusion) Marks the given key as not amenable to caching.Modifier and TypeMethodDescriptionboolean
PreparedQueryCache.cache
(PreparedQuery q) Cache the given PreparedQuery.