| Class | Description |
|---|---|
| AbstractStaticWeaveOutputHandler |
The abstract class provides a set of methods to out outputs into the sepcified archive file.
|
| AttributeDetails |
INTERNAL:
Internal helper class that holds details of a persistent attribute.
|
| ClassDetails |
Internal helper class that holds details of a persistent class.
|
| ClassWeaver |
INTERNAL: Weaves classes to allow them to support EclipseLink indirection.
|
| CollectionProxyClassWriter |
Generates a subclass of given collection implementing CollectionProxy interface.
|
| MethodWeaver |
Processes all the methods of a class to weave in persistence code such as,
lazy value holder, change tracking and fetch groups.
|
| PersistenceWeaver |
INTERNAL:
This class performs dynamic byte code weaving: for each attribute
mapped with One To One mapping with Basic Indirection it substitutes the
original attribute's type for ValueHolderInterface.
|
| RestAdapterClassWriter | |
| RestCollectionAdapterClassWriter |
This class is used to generate XML type adapters for collection references in JPARS 2.0.
|
| RestReferenceAdapterV2ClassWriter |
This class is used to generate XML type adapters for single entity references in JPARS 2.0.
|
| StaticWeaveDirectoryOutputHandler |
The class provides a set of methods to pack passed-in entries into the sepcified archive file.
|
| StaticWeaveJAROutputHandler |
The class provides a set of methods to pack passing in entries into the sepcified archive file.
|
| TransformerFactory |
This class creates a ClassFileTransformer that is used for dynamic bytecode
weaving.
|