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 |
FinderQueryImpl
Implements Finder Query identified by ClassMappping for SelectExecutor that
can be executed to generate Result.
|
Modifier and Type | Method and Description |
---|---|
FinderQuery<ClassMapping,SelectExecutor,Result> |
FinderCacheImpl.cache(ClassMapping mapping,
SelectExecutor select,
FetchConfiguration fetch)
Cache a Finder Query for the given mapping and select.
|
FinderQuery<ClassMapping,SelectExecutor,Result> |
FinderCacheImpl.get(ClassMapping mapping,
FetchConfiguration fetch)
Gets the finder query for the given mapping.
|
FinderQuery<ClassMapping,SelectExecutor,Result> |
FinderCacheImpl.markUncachable(ClassMapping mapping) |
FinderQuery<ClassMapping,SelectExecutor,Result> |
FinderCacheImpl.markUncachable(String id) |
Modifier and Type | Method and Description |
---|---|
FinderQuery<K,V,R> |
FinderCache.cache(K key,
V value,
FetchConfiguration fetch)
Cache a FinderQuery for the given key and value.
|
FinderQuery<K,V,R> |
FinderCache.get(K key,
FetchConfiguration fetch)
Get the FinderQuery for the given key.
|
FinderQuery<K,V,R> |
FinderCache.markUncachable(K key)
Marks the given key as not amenable to caching.
|
Copyright © 2006–2020 Apache Software Foundation. All rights reserved.