|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PreparedQuery | |
---|---|
org.apache.openjpa.jdbc.kernel | OpenJPA-JDBC Runtime Kernel |
org.apache.openjpa.kernel | OpenJPA Runtime Kernel |
Uses of PreparedQuery in org.apache.openjpa.jdbc.kernel |
---|
Classes in org.apache.openjpa.jdbc.kernel that implement PreparedQuery | |
---|---|
class |
PreparedQueryImpl
Implements PreparedQuery for SQL queries. |
Methods in org.apache.openjpa.jdbc.kernel that return PreparedQuery | |
---|---|
PreparedQuery |
PreparedQueryCacheImpl.get(String id)
|
PreparedQuery |
PreparedQueryCacheImpl.initialize(String key,
Object result)
|
PreparedQuery |
PreparedQueryCacheImpl.markUncachable(String id,
PreparedQueryCache.Exclusion exclusion)
|
Methods in org.apache.openjpa.jdbc.kernel with parameters of type PreparedQuery | |
---|---|
boolean |
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 PreparedQuery | |
---|---|
PreparedQuery |
PreparedQueryCache.get(String id)
Get the PreparedQuery with the given identifier if it exists. |
PreparedQuery |
PreparedQueryCache.initialize(String key,
Object executionResult)
Initialize the cached Prepared Query registered with the given key earlier by the given execution result. |
PreparedQuery |
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 PreparedQuery | |
---|---|
boolean |
PreparedQueryCache.cache(PreparedQuery q)
Cache the given PreparedQuery. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |