Uses of Class
org.eclipse.persistence.internal.descriptors.VirtualAttributeMethodInfo
Packages that use VirtualAttributeMethodInfo
Package
Description
-
Uses of VirtualAttributeMethodInfo in org.eclipse.persistence.descriptors
Fields in org.eclipse.persistence.descriptors with type parameters of type VirtualAttributeMethodInfoModifier and TypeFieldDescriptionprotected List
<VirtualAttributeMethodInfo> ClassDescriptor.virtualAttributeMethods
A list of methods that are used by virtual mappings.Methods in org.eclipse.persistence.descriptors that return types with arguments of type VirtualAttributeMethodInfoModifier and TypeMethodDescriptionClassDescriptor.getVirtualAttributeMethods()
INTERNAL: Return the list of virtual methods sets for this Entity.Method parameters in org.eclipse.persistence.descriptors with type arguments of type VirtualAttributeMethodInfoModifier 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
Fields in org.eclipse.persistence.internal.jpa.weaving with type parameters of type VirtualAttributeMethodInfoModifier and TypeFieldDescriptionprotected List
<VirtualAttributeMethodInfo> ClassDetails.virtualAccessMethods
The methods that are used by virtual attributes as getter methods.Methods in org.eclipse.persistence.internal.jpa.weaving that return VirtualAttributeMethodInfoModifier 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.Methods in org.eclipse.persistence.internal.jpa.weaving that return types with arguments of type VirtualAttributeMethodInfoMethod parameters in org.eclipse.persistence.internal.jpa.weaving with type arguments of type VirtualAttributeMethodInfoModifier and TypeMethodDescriptionvoid
ClassDetails.setVirtualAccessMethods
(List<VirtualAttributeMethodInfo> virtualAccessMethods)