Uses of Class
org.eclipse.persistence.mappings.AttributeAccessor
Packages that use AttributeAccessor
Package
Description
-
Uses of AttributeAccessor in org.eclipse.persistence.descriptors
Fields in org.eclipse.persistence.descriptors with type parameters of type AttributeAccessorModifier and TypeFieldDescriptionprotected List<AttributeAccessor> ClassDescriptor.accessorTreeA list of AttributeAccessors in order of access from root to leaf to arrive at current AggregateDescriptor.Methods in org.eclipse.persistence.descriptors that return types with arguments of type AttributeAccessorMethod parameters in org.eclipse.persistence.descriptors with type arguments of type AttributeAccessorModifier and TypeMethodDescriptionvoidClassDescriptor.setAccessorTree(List<AttributeAccessor> accessorTree) -
Uses of AttributeAccessor in org.eclipse.persistence.internal.descriptors
Subclasses of AttributeAccessor in org.eclipse.persistence.internal.descriptorsModifier and TypeClassDescriptionclassPurpose: A wrapper class for handling cases when the domain object has instance variable to map to the database field.classPurpose: A wrapper class for handling cases when the domain object attributes are to be accessed thru the accessor methods.classPurpose: A wrapper class for handling cases when the domain object has a property to map to the database field.classUsed with weaving to access attributes without using reflection.class -
Uses of AttributeAccessor in org.eclipse.persistence.internal.dynamic
Subclasses of AttributeAccessor in org.eclipse.persistence.internal.dynamicModifier and TypeClassDescriptionclassValueAccessor is a specialized AttributeAccessor enabling access to property values -
Uses of AttributeAccessor in org.eclipse.persistence.internal.jaxb
Subclasses of AttributeAccessor in org.eclipse.persistence.internal.jaxbModifier and TypeClassDescriptionclassPurpose: Provides a wrapper around an instance of Accessor.classThis accessor should be used when processing a class that uses method access, and a has set method but no get method. -
Uses of AttributeAccessor in org.eclipse.persistence.internal.jaxb.many
Subclasses of AttributeAccessor in org.eclipse.persistence.internal.jaxb.manyModifier and TypeClassDescriptionclassAttributeAccessor used in conjunction with an XMLCompositeDirectCollectionMapping to enable support for mapping to arraysclassAttributeAccessor used in conjunction with an XMLCompositeDirectCollectionMapping or XMLCompositeCollectionMapping to enable support for mapping to Maps in JAXBMethods in org.eclipse.persistence.internal.jaxb.many with parameters of type AttributeAccessorModifier and TypeMethodDescriptionvoidJAXBArrayAttributeAccessor.setNestedAccessor(AttributeAccessor a) -
Uses of AttributeAccessor in org.eclipse.persistence.internal.oxm.accessor
Subclasses of AttributeAccessor in org.eclipse.persistence.internal.oxm.accessorModifier and TypeClassDescriptionclassINTERNAL: A custom AttriuteAccessor to be used when the same object is mapped in both OXM and ORM.Methods in org.eclipse.persistence.internal.oxm.accessor that return AttributeAccessorMethods in org.eclipse.persistence.internal.oxm.accessor with parameters of type AttributeAccessorModifier and TypeMethodDescriptionvoidOrmAttributeAccessor.setOrmAccessor(AttributeAccessor accessor) voidOrmAttributeAccessor.setOxmAccessor(AttributeAccessor accessor) Constructors in org.eclipse.persistence.internal.oxm.accessor with parameters of type AttributeAccessorModifierConstructorDescriptionOrmAttributeAccessor(AttributeAccessor ormAccessor, CoreAttributeAccessor oxmAccessor) -
Uses of AttributeAccessor in org.eclipse.persistence.internal.sessions.factories
Subclasses of AttributeAccessor in org.eclipse.persistence.internal.sessions.factoriesModifier and TypeClassDescriptionstatic classINTERNAL: Wrap the isset parameter object array as a Collection.static classINTERNAL: Wrap the isset parameterType class array as a Collectionstatic classINTERNAL: If the policy is the default NullPolicy with defaults set - then represent this default policy by null. -
Uses of AttributeAccessor in org.eclipse.persistence.internal.xr
Subclasses of AttributeAccessor in org.eclipse.persistence.internal.xrModifier and TypeClassDescriptionclassINTERNAL: XRDynamicEntityAccessor is used by dynamically generated subclasses ofXRDynamicEntityto 'close over' information for the psuedo-attributes in the propertiesMap inherited fromXRDynamicEntity.classINTERNAL: XRDynamicEntityVHAccessor is similar toXRDynamicEntityAccessor; however, it is used exclusively by O-X mappings as they require attribute navigation through the ValueHolder to the contained value. -
Uses of AttributeAccessor in org.eclipse.persistence.mappings
Fields in org.eclipse.persistence.mappings declared as AttributeAccessorModifier and TypeFieldDescriptionprotected AttributeAccessorDatabaseMapping.attributeAccessorWrapper to store the reference objects.Methods in org.eclipse.persistence.mappings that return AttributeAccessorModifier and TypeMethodDescriptionDatabaseMapping.getAttributeAccessor()ADVANCED: Return the attributeAccessor.Methods in org.eclipse.persistence.mappings with parameters of type AttributeAccessorModifier and TypeMethodDescriptionvoidDatabaseMapping.setAttributeAccessor(AttributeAccessor attributeAccessor) ADVANCED: Set the attributeAccessor. -
Uses of AttributeAccessor in org.eclipse.persistence.oxm
Methods in org.eclipse.persistence.oxm that return AttributeAccessorModifier and TypeMethodDescriptionXMLDescriptor.getLocationAccessor()INTERNAL: Returns this Descriptor's location accessor, if one is defined.Methods in org.eclipse.persistence.oxm with parameters of type AttributeAccessorModifier and TypeMethodDescriptionvoidXMLDescriptor.setLocationAccessor(AttributeAccessor value) INTERNAL: Set this Descriptor's location accessor. -
Uses of AttributeAccessor in org.eclipse.persistence.oxm.mappings
Methods in org.eclipse.persistence.oxm.mappings that return AttributeAccessorModifier and TypeMethodDescriptionBidirectionalPolicy.getBidirectionalTargetAccessor()Gets the AttributeAccessor that is used to get and set the value of the container on the target object.XMLCompositeCollectionMapping.getContainerAccessor()Deprecated.Replaced by getInverseReferenceMapping().getAttributeAccessor()XMLCompositeObjectMapping.getContainerAccessor()Deprecated.Replaced by getInverseReferenceMapping().getAttributeAccessor()XMLVariableXPathCollectionMapping.getVariableAttributeAccessor()XMLVariableXPathObjectMapping.getVariableAttributeAccessor()Methods in org.eclipse.persistence.oxm.mappings with parameters of type AttributeAccessorModifier and TypeMethodDescriptionvoidBidirectionalPolicy.setBidirectionalTargetAccessor(AttributeAccessor anAttributeAccessor) Sets the AttributeAccessor that is used to get and set the value of the container on the target object.voidXMLCompositeCollectionMapping.setContainerAccessor(AttributeAccessor anAttributeAccessor) Deprecated.Replaced by getInverseReferenceMapping().setAttributeAccessor()voidXMLCompositeObjectMapping.setContainerAccessor(AttributeAccessor anAttributeAccessor) Deprecated.Replaced by getInverseReferenceMapping().setAttributeAccessor()voidXMLVariableXPathCollectionMapping.setVariableAttributeAccessor(AttributeAccessor variableAttributeAccessor) voidXMLVariableXPathObjectMapping.setVariableAttributeAccessor(AttributeAccessor variableAttributeAccessor) -
Uses of AttributeAccessor in org.eclipse.persistence.sdo.helper
Subclasses of AttributeAccessor in org.eclipse.persistence.sdo.helperModifier and TypeClassDescriptionclassPurpose: A wrapper class for handling cases when the domain object attributes are to be accessed thru the accessor methods that are called "get" and "set".classPurpose: A wrapper class for handling cases when the domain object attributes are to be accessed thru the accessor methods that are called "get" and "set".