Package | Description |
---|---|
org.apache.openjpa.jdbc.kernel |
OpenJPA-JDBC Runtime Kernel
Runtime services for the JDBC OpenJPA implementation.
|
org.apache.openjpa.kernel |
OpenJPA Runtime Kernel
This package provides a common OpenJPA runtime environment that can be
adapted for use with various data store mechanisms.
|
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. null
otherwise.
|
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–2019 Apache Software Foundation. All rights reserved.