| Package | Description |
|---|---|
| org.eclipse.persistence.internal.jpa.metadata.accessors.classes | |
| org.eclipse.persistence.internal.jpa.metadata.accessors.objects |
| Modifier and Type | Method and Description |
|---|---|
protected MetadataMethod |
ClassAccessor.getAccessibleMethod(MappingAccessor accessor)
INTERNAL:
Return the accessible method for the given mapping accessor.
|
protected MetadataMethod |
ClassAccessor.getAccessibleVirtualMethod(MappingAccessor accessor)
INTERNAL:
This method should only be called when using virtual access and
presumably for dynamic persistence.
|
| Modifier and Type | Field and Description |
|---|---|
protected MetadataMethod |
MetadataMethod.m_next
Used to store multiple methods with the same name in a class.
|
protected MetadataMethod |
MetadataMethod.m_setMethod
Corresponding set method, if the method is an accessor get method.
|
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,MetadataMethod> |
MetadataClass.m_methods |
| Modifier and Type | Method and Description |
|---|---|
protected MetadataMethod |
MetadataClass.getMethod(String name)
INTERNAL:
Return the method with the name and no arguments.
|
MetadataMethod |
MetadataClass.getMethod(String name,
Class[] arguments)
INTERNAL:
Return the method with the name and argument types.
|
MetadataMethod |
MetadataClass.getMethod(String name,
List<String> arguments)
INTERNAL:
Return the method with the name and argument types (class names).
|
MetadataMethod |
MetadataClass.getMethod(String name,
List<String> arguments,
boolean checkSuperClass)
INTERNAL:
Return the method with the name and argument types (class names).
|
MetadataMethod |
MetadataClass.getMethod(String name,
String[] arguments)
INTERNAL:
Return the method with the name and argument types (class names).
|
MetadataMethod |
MetadataClass.getMethodForPropertyName(String propertyName)
INTERNAL:
Return the method for the given property name.
|
MetadataMethod |
MetadataMethod.getNext()
INTERNAL:
|
MetadataMethod |
MetadataMethod.getSetMethod()
INTERNAL:
Method to convert a getMethod into a setMethod.
|
MetadataMethod |
MetadataMethod.getSetMethod(MetadataClass cls)
INTERNAL:
Method to convert a getMethod into a setMethod.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,MetadataMethod> |
MetadataClass.getMethods()
INTERNAL:
|
| Modifier and Type | Method and Description |
|---|---|
void |
MetadataClass.addMethod(MetadataMethod method)
INTERNAL:
|
void |
MetadataMethod.setNext(MetadataMethod next)
INTERNAL:
|
void |
MetadataMethod.setSetMethod(MetadataMethod method)
INTERNAL:
Method to convert a getMethod into a setMethod.
|
Copyright © 2007–2021 Eclipse.org - EclipseLink Project. All rights reserved.