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 |
---|---|
static class |
PreparedQueryCacheImpl.StrongExclusion
Strong exclusion.
|
static class |
PreparedQueryCacheImpl.WeakExclusion
Weak exclusion.
|
Modifier and Type | Method and Description |
---|---|
PreparedQueryCache.Exclusion |
PreparedQueryImpl.initialize(Object result)
Initialize this receiver with post-execution result.
|
PreparedQueryCache.Exclusion |
PreparedQueryCacheImpl.isExcluded(String id) |
Modifier and Type | Method and Description |
---|---|
List<PreparedQueryCache.Exclusion> |
PreparedQueryCacheImpl.getExcludes() |
Modifier and Type | Method and Description |
---|---|
PreparedQuery |
PreparedQueryCacheImpl.markUncachable(String id,
PreparedQueryCache.Exclusion exclusion) |
Modifier and Type | Method and Description |
---|---|
PreparedQueryCache.Exclusion |
PreparedQuery.initialize(Object o)
Initialize from the given argument.
|
PreparedQueryCache.Exclusion |
PreparedQueryCache.isExcluded(String id)
Returns the exclusion status of if the given query key.
|
Modifier and Type | Method and Description |
---|---|
List<PreparedQueryCache.Exclusion> |
PreparedQueryCache.getExcludes()
Gets the exclusion patterns.
|
Modifier and Type | Method and Description |
---|---|
PreparedQuery |
PreparedQueryCache.markUncachable(String id,
PreparedQueryCache.Exclusion exclusion)
Marks the given key as not amenable to caching.
|
Copyright © 2006–2020 Apache Software Foundation. All rights reserved.