| Package | Description |
|---|---|
| org.apache.openjpa.kernel |
OpenJPA Runtime Kernel
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
PreparedQueryCache.cache(PreparedQuery q)
Cache the given PreparedQuery.
|
Copyright © 2006-2014 Apache Software Foundation. All Rights Reserved.