Uses of Interface
org.apache.openjpa.kernel.PCData
Package
Description
OpenJPA Data Cache
OpenJPA Enhancer
OpenJPA Runtime Kernel
-
Uses of PCData in org.apache.openjpa.datacache
Modifier and TypeInterfaceDescriptioninterface
SpecializedPCData
implementation for data caching. -
Uses of PCData in org.apache.openjpa.enhance
Modifier and TypeInterfaceDescriptionstatic interface
DynamicPCData
s generated will implement this interface to simplify initialization.Modifier and TypeMethodDescriptionPCDataGenerator.generatePCData
(Object oid, ClassMetaData meta) Return aPCData
instance for the given oid and metadata. -
Uses of PCData in org.apache.openjpa.kernel
Modifier and TypeClassDescriptionclass
Abstract base class which implements core PCData behavior.class
DefaultPCData
implementation.