Package | Description |
---|---|
oracle.toplink.essentials.internal.weaving |
Modifier and Type | Method and Description |
---|---|
AttributeDetails |
ClassDetails.getAttributeDetailsFromClassOrSuperClass(String attributeName) |
protected AttributeDetails |
TopLinkMethodWeaver.weaveValueHolders(ClassDetails startingDetails,
String fieldName) |
Modifier and Type | Method and Description |
---|---|
void |
TopLinkClassWeaver.addGetterMethodForFieldAccess(ClassDetails classDetails,
AttributeDetails attributeDetails)
INTERNAL:
Adds a convenience method used to replace a GETFIELD when field access is used.
|
void |
TopLinkClassWeaver.addGetterMethodForValueHolder(ClassDetails classDetails,
AttributeDetails attributeDetails)
INTERNAL:
Add a get method for the newly added valueholder.
|
void |
TopLinkClassWeaver.addSetterMethodForFieldAccess(ClassDetails classDetails,
AttributeDetails attributeDetails)
INTERNAL:
Adds a convenience method used to replace a PUTFIELD when field access is used.
|
void |
TopLinkClassWeaver.addSetterMethodForValueHolder(ClassDetails classDetails,
AttributeDetails attributeDetails)
INTERNAL:
Add a set method for the newly added ValueHolder.
|
void |
TopLinkClassWeaver.addValueHolder(AttributeDetails attributeDetails)
INTERNAL:
Add a variable of type ValueHolderInterface to the class.
|
Copyright © 2023. All rights reserved.