|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PreparedQuery | |
|---|---|
| org.apache.openjpa.kernel | OpenJPA Runtime Kernel |
| 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 | |||||||||