Uses of Interface
org.apache.openjpa.kernel.PreparedQuery
-
Packages that use PreparedQuery Package Description org.apache.openjpa.kernel OpenJPA Runtime Kernel -
-
Uses of PreparedQuery in org.apache.openjpa.kernel
Methods in org.apache.openjpa.kernel that return PreparedQuery Modifier and Type Method Description PreparedQueryPreparedQueryCache. get(String id)Get the PreparedQuery with the given identifier if it exists. null otherwise.PreparedQueryPreparedQueryCache. initialize(String key, Object executionResult)Initialize the cached Prepared Query registered with the given key earlier by the given execution result.PreparedQueryPreparedQueryCache. 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 PreparedQuery Modifier and Type Method Description booleanPreparedQueryCache. cache(PreparedQuery q)Cache the given PreparedQuery.
-