Package | Description |
---|---|
org.apache.openjpa.datacache |
OpenJPA Data Cache
OpenJPA's data and query caching frameworks.
|
org.apache.openjpa.enhance |
OpenJPA Enhancer
This package provides a bytecode enhancer used to
post-process classes for use in a OpenJPA runtime.
|
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 | Interface and Description |
---|---|
interface |
DataCachePCData
Specialized
PCData implementation for data caching. |
Modifier and Type | Class and Description |
---|---|
class |
DataCachePCDataImpl
Specialized
PCData implementation for data caching. |
Modifier and Type | Interface and Description |
---|---|
static interface |
PCDataGenerator.DynamicPCData
Dynamic
PCData s generated will implement this interface
to simplify initialization. |
Modifier and Type | Method and Description |
---|---|
PCData |
PCDataGenerator.generatePCData(Object oid,
ClassMetaData meta)
Return a
PCData instance for the given oid and metadata. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractPCData
Abstract base class which implements core PCData behavior.
|
class |
PCDataImpl
Default
PCData implementation. |
Copyright © 2006–2022 Apache Software Foundation. All rights reserved.