Package | Description |
---|---|
org.apache.openjpa.datacache |
OpenJPA Data Cache
|
org.apache.openjpa.enhance |
OpenJPA Enhancer
|
org.apache.openjpa.kernel |
OpenJPA Runtime Kernel
|
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–2017 Apache Software Foundation. All rights reserved.