Uses of Interface
org.apache.openjpa.kernel.PreparedQuery
Packages that use PreparedQuery
Package
Description
OpenJPA-JDBC Runtime Kernel
OpenJPA Runtime Kernel
-
Uses of PreparedQuery in org.apache.openjpa.jdbc.kernel
Classes in org.apache.openjpa.jdbc.kernel that implement PreparedQueryMethods in org.apache.openjpa.jdbc.kernel that return PreparedQueryModifier and TypeMethodDescriptionPreparedQueryCacheImpl.initialize
(String key, Object result) PreparedQueryCacheImpl.markUncachable
(String id, PreparedQueryCache.Exclusion exclusion) Methods in org.apache.openjpa.jdbc.kernel with parameters of type PreparedQueryModifier and TypeMethodDescriptionboolean
PreparedQueryCacheImpl.cache
(PreparedQuery q) Cache the given query keyed by its identifier. -
Uses of PreparedQuery in org.apache.openjpa.kernel
Methods in org.apache.openjpa.kernel that return PreparedQueryModifier 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.Methods in org.apache.openjpa.kernel with parameters of type PreparedQueryModifier and TypeMethodDescriptionboolean
PreparedQueryCache.cache
(PreparedQuery q) Cache the given PreparedQuery.