Interface | Description |
---|---|
TopLinkWeaved |
INTERNAL:
Marker interface used to identify classes modified by the TopLink weaver.
|
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:
Internal helper class that holds details of a persistent class.
|
StaticWeaveClassTransformer |
Description: This class provides the implementation of class transformer by leveraging on the following existing APIs,
PersistenceUnitProcessor.processORMetadata() - get class descriptor.
|
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.
|
TopLinkClassWeaver |
INTERNAL:
Weaves classes to allow them to support TopLink indirection.
|
TopLinkMethodWeaver |
INTERNAL:
Used by TopLink's weaving feature to adjust methods to make use of ValueHolders that
have been inserted by TopLinkClassWeaver.
|
TopLinkWeaver |
INTERNAL:
This class performs dynamic bytecode weaving: for each attribute
mapped with One To One mapping with Basic Indirection it substitutes the
original attribute's type for ValueHolderInterface.
|
TransformerFactory |
INTERNAL:
This class creates a ClassFileTransformer that is used for dynamic bytecode
weaving.
|
Copyright © 2023. All rights reserved.