Uses of Class
org.eclipse.persistence.internal.descriptors.VirtualAttributeMethodInfo
-
Packages that use VirtualAttributeMethodInfo Package Description org.eclipse.persistence.descriptors -
-
Uses of VirtualAttributeMethodInfo in org.eclipse.persistence.descriptors
Fields in org.eclipse.persistence.descriptors with type parameters of type VirtualAttributeMethodInfo Modifier and Type Field Description protected List<VirtualAttributeMethodInfo>ClassDescriptor. virtualAttributeMethodsA list of methods that are used by virtual mappings.Methods in org.eclipse.persistence.descriptors that return types with arguments of type VirtualAttributeMethodInfo Modifier and Type Method Description List<VirtualAttributeMethodInfo>ClassDescriptor. getVirtualAttributeMethods()INTERNAL: Return the list of virtual methods sets for this Entity.Method parameters in org.eclipse.persistence.descriptors with type arguments of type VirtualAttributeMethodInfo Modifier and Type Method Description voidClassDescriptor. 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
-