Package | Description |
---|---|
org.apache.openjpa.jdbc.kernel |
OpenJPA-JDBC Runtime Kernel
|
org.apache.openjpa.kernel |
OpenJPA Runtime Kernel
|
Modifier and Type | Class and Description |
---|---|
class |
PreparedQueryImpl
Implements
PreparedQuery for SQL queries. |
Modifier and Type | Method and Description |
---|---|
PreparedQuery |
PreparedQueryCacheImpl.get(String id) |
PreparedQuery |
PreparedQueryCacheImpl.initialize(String key,
Object result) |
PreparedQuery |
PreparedQueryCacheImpl.markUncachable(String id,
PreparedQueryCache.Exclusion exclusion) |
Modifier and Type | Method and Description |
---|---|
boolean |
PreparedQueryCacheImpl.cache(PreparedQuery q)
Cache the given query keyed by its identifier.
|
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–2017 Apache Software Foundation. All rights reserved.