Uses of Class
org.eclipse.persistence.mappings.AttributeAccessor
-
-
Uses of AttributeAccessor in org.eclipse.persistence.descriptors
Fields in org.eclipse.persistence.descriptors with type parameters of type AttributeAccessor Modifier and Type Field Description protected 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 AttributeAccessor Modifier and Type Method Description List<AttributeAccessor>ClassDescriptor. getAccessorTree()Method parameters in org.eclipse.persistence.descriptors with type arguments of type AttributeAccessor Modifier and Type Method Description voidClassDescriptor. setAccessorTree(List<AttributeAccessor> accessorTree) -
Uses of AttributeAccessor in org.eclipse.persistence.internal.descriptors
Subclasses of AttributeAccessor in org.eclipse.persistence.internal.descriptors Modifier and Type Class Description classInstanceVariableAttributeAccessorPurpose: A wrapper class for handling cases when the domain object has instance variable to map to the database field.classMethodAttributeAccessorPurpose: A wrapper class for handling cases when the domain object attributes are to be accessed thru the accessor methods.classMultitenantPrimaryKeyAccessorPurpose: A wrapper class for handling cases when the domain object has a property to map to the database field.classPersistenceObjectAttributeAccessorUsed with weaving to access attributes without using reflection.classVirtualAttributeAccessor -
Uses of AttributeAccessor in org.eclipse.persistence.internal.dynamic
Subclasses of AttributeAccessor in org.eclipse.persistence.internal.dynamic Modifier and Type Class Description classValuesAccessorValueAccessor is a specialized AttributeAccessor enabling access to property values -
Uses of AttributeAccessor in org.eclipse.persistence.internal.sessions.factories
Subclasses of AttributeAccessor in org.eclipse.persistence.internal.sessions.factories Modifier and Type Class Description static classObjectPersistenceRuntimeXMLProject_11_1_1.IsSetNullPolicyIsSetParametersAttributeAccessorINTERNAL: Wrap the isset parameter object array as a Collection.static classObjectPersistenceRuntimeXMLProject_11_1_1.IsSetNullPolicyIsSetParameterTypesAttributeAccessorINTERNAL: Wrap the isset parameterType class array as a Collectionstatic classObjectPersistenceRuntimeXMLProject_11_1_1.NullPolicyAttributeAccessorINTERNAL: If the policy is the default NullPolicy with defaults set - then represent this default policy by null. -
Uses of AttributeAccessor in org.eclipse.persistence.mappings
Fields in org.eclipse.persistence.mappings declared as AttributeAccessor Modifier and Type Field Description protected AttributeAccessorDatabaseMapping. attributeAccessorWrapper to store the reference objects.Methods in org.eclipse.persistence.mappings that return AttributeAccessor Modifier and Type Method Description AttributeAccessorDatabaseMapping. getAttributeAccessor()ADVANCED: Return the attributeAccessor.Methods in org.eclipse.persistence.mappings with parameters of type AttributeAccessor Modifier and Type Method Description voidDatabaseMapping. setAttributeAccessor(AttributeAccessor attributeAccessor)ADVANCED: Set the attributeAccessor. -
Uses of AttributeAccessor in org.eclipse.persistence.oxm
Methods in org.eclipse.persistence.oxm that return AttributeAccessor Modifier and Type Method Description AttributeAccessorXMLDescriptor. getLocationAccessor()INTERNAL: Returns this Descriptor's location accessor, if one is defined.Methods in org.eclipse.persistence.oxm with parameters of type AttributeAccessor Modifier and Type Method Description voidXMLDescriptor. 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 AttributeAccessor Modifier and Type Method Description AttributeAccessorBidirectionalPolicy. getBidirectionalTargetAccessor()Gets the AttributeAccessor that is used to get and set the value of the container on the target object.AttributeAccessorXMLCompositeCollectionMapping. getContainerAccessor()Deprecated.Replaced by getInverseReferenceMapping().getAttributeAccessor()AttributeAccessorXMLCompositeObjectMapping. getContainerAccessor()Deprecated.Replaced by getInverseReferenceMapping().getAttributeAccessor()AttributeAccessorXMLVariableXPathCollectionMapping. getVariableAttributeAccessor()AttributeAccessorXMLVariableXPathObjectMapping. getVariableAttributeAccessor()Methods in org.eclipse.persistence.oxm.mappings with parameters of type AttributeAccessor Modifier and Type Method Description voidBidirectionalPolicy. 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)
-