Uses of Class
org.eclipse.persistence.internal.descriptors.VirtualAttributeMethodInfo
Package
Description
-
Uses of VirtualAttributeMethodInfo in org.eclipse.persistence.descriptors
Modifier and TypeFieldDescriptionprotected List
<VirtualAttributeMethodInfo> ClassDescriptor.virtualAttributeMethods
A list of methods that are used by virtual mappings.Modifier and TypeMethodDescriptionClassDescriptor.getVirtualAttributeMethods()
INTERNAL: Return the list of virtual methods sets for this Entity.Modifier and TypeMethodDescriptionvoid
ClassDescriptor.setVirtualAttributeMethods
(List<VirtualAttributeMethodInfo> virtualAttributeMethods) INTERNAL: Set the list of methods used my mappings with virtual access this list is used to determine which methods to weave -
Uses of VirtualAttributeMethodInfo in org.eclipse.persistence.internal.jpa.weaving
Modifier and TypeFieldDescriptionprotected List
<VirtualAttributeMethodInfo> ClassDetails.virtualAccessMethods
The methods that are used by virtual attributes as getter methods.Modifier and TypeMethodDescriptionClassDetails.getInfoForVirtualGetMethod
(String getMethodName) INTERNAL: Search the list of virtualAccessMethods for a VirtualAttributeMethodInfo with the given getMethodName.ClassDetails.getInfoForVirtualSetMethod
(String setMethodName) INTERNAL: Search the list of virtualAccessMethods for a VirtualAttributeMethodInfo with the given setMethodName.Modifier and TypeMethodDescriptionvoid
ClassDetails.setVirtualAccessMethods
(List<VirtualAttributeMethodInfo> virtualAccessMethods)