Uses of Class
org.eclipse.persistence.internal.jpa.metadata.accessors.objects.MetadataMethod
-
Packages that use MetadataMethod Package Description org.eclipse.persistence.internal.jpa.metadata.accessors.classes org.eclipse.persistence.internal.jpa.metadata.accessors.objects -
-
Uses of MetadataMethod in org.eclipse.persistence.internal.jpa.metadata.accessors.classes
Methods in org.eclipse.persistence.internal.jpa.metadata.accessors.classes that return MetadataMethod Modifier and Type Method Description protected MetadataMethodClassAccessor. getAccessibleMethod(MappingAccessor accessor)INTERNAL: Return the accessible method for the given mapping accessor.protected MetadataMethodClassAccessor. getAccessibleVirtualMethod(MappingAccessor accessor)INTERNAL: This method should only be called when using virtual access and presumably for dynamic persistence. -
Uses of MetadataMethod in org.eclipse.persistence.internal.jpa.metadata.accessors.objects
Fields in org.eclipse.persistence.internal.jpa.metadata.accessors.objects declared as MetadataMethod Modifier and Type Field Description protected MetadataMethodMetadataMethod. m_nextUsed to store multiple methods with the same name in a class.protected MetadataMethodMetadataMethod. m_setMethodCorresponding set method, if the method is an accessor get method.Fields in org.eclipse.persistence.internal.jpa.metadata.accessors.objects with type parameters of type MetadataMethod Modifier and Type Field Description protected Map<String,MetadataMethod>MetadataClass. m_methodsMethods in org.eclipse.persistence.internal.jpa.metadata.accessors.objects that return MetadataMethod Modifier and Type Method Description protected MetadataMethodMetadataClass. getMethod(String name)INTERNAL: Return the method with the name and no arguments.MetadataMethodMetadataClass. getMethod(String name, Class<?>[] arguments)INTERNAL: Return the method with the name and argument types.MetadataMethodMetadataClass. getMethod(String name, String[] arguments)INTERNAL: Return the method with the name and argument types (class names).MetadataMethodMetadataClass. getMethod(String name, List<String> arguments)INTERNAL: Return the method with the name and argument types (class names).MetadataMethodMetadataClass. getMethod(String name, List<String> arguments, boolean checkSuperClass)INTERNAL: Return the method with the name and argument types (class names).MetadataMethodMetadataClass. getMethodForPropertyName(String propertyName)INTERNAL: Return the method for the given property name.MetadataMethodMetadataMethod. getNext()INTERNAL:MetadataMethodMetadataMethod. getSetMethod()INTERNAL: Method to convert a getMethod into a setMethod.MetadataMethodMetadataMethod. getSetMethod(MetadataClass cls)INTERNAL: Method to convert a getMethod into a setMethod.Methods in org.eclipse.persistence.internal.jpa.metadata.accessors.objects that return types with arguments of type MetadataMethod Modifier and Type Method Description Map<String,MetadataMethod>MetadataClass. getMethods()INTERNAL:Methods in org.eclipse.persistence.internal.jpa.metadata.accessors.objects with parameters of type MetadataMethod Modifier and Type Method Description voidMetadataClass. addMethod(MetadataMethod method)INTERNAL:voidMetadataMethod. setNext(MetadataMethod next)INTERNAL:voidMetadataMethod. setSetMethod(MetadataMethod method)INTERNAL: Method to convert a getMethod into a setMethod.
-