Uses of Class
org.eclipse.persistence.internal.descriptors.DescriptorIterator
Packages that use DescriptorIterator
Package
Description
-
Uses of DescriptorIterator in org.eclipse.persistence.internal.descriptors
Methods in org.eclipse.persistence.internal.descriptors with parameters of type DescriptorIteratorModifier and TypeMethodDescriptionvoidObjectBuilder.iterate(DescriptorIterator iterator) INTERNAL: Perform the iteration operation on the objects attributes through the mappings. -
Uses of DescriptorIterator in org.eclipse.persistence.internal.indirection
Methods in org.eclipse.persistence.internal.indirection with parameters of type DescriptorIteratorModifier and TypeMethodDescriptionvoidBasicIndirectionPolicy.iterateOnAttributeValue(DescriptorIterator iterator, Object attributeValue) INTERNAL: Iterate over the specified attribute value,voidContainerIndirectionPolicy.iterateOnAttributeValue(DescriptorIterator iterator, Object attributeValue) INTERNAL: Iterate over the specified attribute value,voidIndirectionPolicy.iterateOnAttributeValue(DescriptorIterator iterator, Object attributeValue) INTERNAL: Iterate over the specified attribute value, heeding the settings in the iterator.voidProxyIndirectionPolicy.iterateOnAttributeValue(DescriptorIterator iterator, Object attributeValue) INTERNAL: Iterate over the specified attribute value.voidTransparentIndirectionPolicy.iterateOnAttributeValue(DescriptorIterator iterator, Object attributeValue) INTERNAL: Iterate over the specified attribute value. -
Uses of DescriptorIterator in org.eclipse.persistence.internal.queries
Methods in org.eclipse.persistence.internal.queries with parameters of type DescriptorIteratorModifier and TypeMethodDescriptionvoidContainerPolicy.iterateOnMapKey(DescriptorIterator iterator, Object element) INTERNAL: Used in Descriptor Iteration to iterate on map keys.voidMappedKeyMapContainerPolicy.iterateOnMapKey(DescriptorIterator iterator, Object element) INTERNAL: Used in Descriptor Iteration to iterate on map keys. -
Uses of DescriptorIterator in org.eclipse.persistence.internal.sessions.remote
Subclasses of DescriptorIterator in org.eclipse.persistence.internal.sessions.remoteModifier and TypeClassDescriptionclassHelper class for RemoteSessionController. -
Uses of DescriptorIterator in org.eclipse.persistence.mappings
Methods in org.eclipse.persistence.mappings with parameters of type DescriptorIteratorModifier and TypeMethodDescriptionvoidAggregateMapping.iterate(DescriptorIterator iterator) INTERNAL: Iterate on the appropriate attribute value.abstract voidDatabaseMapping.iterate(DescriptorIterator iterator) INTERNAL: Iterate on the appropriate attribute value.voidForeignReferenceMapping.iterate(DescriptorIterator iterator) INTERNAL: Iterate on the iterator's current object's attribute defined by this mapping.protected voidAggregateMapping.iterateOnAttributeValue(DescriptorIterator iterator, Object attributeValue) Iterate on the specified attribute value.voidAggregateCollectionMapping.iterateOnElement(DescriptorIterator iterator, Object element) INTERNAL: Iterate on the specified element.voidCollectionMapping.iterateOnElement(DescriptorIterator iterator, Object element) INTERNAL: Iterate on the specified element.voidDirectCollectionMapping.iterateOnElement(DescriptorIterator iterator, Object element) INTERNAL: Iterate on the specified element.voidDirectMapMapping.iterateOnElement(DescriptorIterator iterator, Object element) INTERNAL: Iterate on the specified element.voidAggregateObjectMapping.iterateOnMapKey(DescriptorIterator iterator, Object element) INTERNAL: Called when iterating through descriptors to handle iteration on this mapping when it is used as a MapKeyvoidOneToOneMapping.iterateOnMapKey(DescriptorIterator iterator, Object element) INTERNAL: Called when iterating through descriptors to handle iteration on this mapping when it is used as a MapKeyvoidCollectionMapping.iterateOnRealAttributeValue(DescriptorIterator iterator, Object realAttributeValue) INTERNAL: Iterate on the attribute value.voidDatabaseMapping.iterateOnRealAttributeValue(DescriptorIterator iterator, Object realAttributeValue) INTERNAL: Iterate on the attribute value.voidDirectCollectionMapping.iterateOnRealAttributeValue(DescriptorIterator iterator, Object realAttributeValue) INTERNAL: Iterate on the attribute value.voidDirectMapMapping.iterateOnRealAttributeValue(DescriptorIterator iterator, Object realAttributeValue) INTERNAL: Iterate on the attribute value.abstract voidForeignReferenceMapping.iterateOnRealAttributeValue(DescriptorIterator iterator, Object realAttributeValue) INTERNAL: Iterate on the attribute value.voidObjectReferenceMapping.iterateOnRealAttributeValue(DescriptorIterator iterator, Object realAttributeValue) INTERNAL: Iterate on the attribute value. -
Uses of DescriptorIterator in org.eclipse.persistence.mappings.foundation
Methods in org.eclipse.persistence.mappings.foundation with parameters of type DescriptorIteratorModifier and TypeMethodDescriptionvoidAbstractColumnMapping.iterate(DescriptorIterator iterator) INTERNAL: Iterate on the appropriate attribute.voidAbstractCompositeDirectCollectionMapping.iterate(DescriptorIterator iterator) INTERNAL: Iterate on the appropriate attribute value.voidAbstractTransformationMapping.iterate(DescriptorIterator iterator) INTERNAL: Perform the iteration opperation on the iterators current objects attributes.protected voidAbstractCompositeCollectionMapping.iterateOnAttributeValue(DescriptorIterator descriptorIterator, Object attributeValue) Iterate on the specified attribute value.voidAbstractDirectMapping.iterateOnMapKey(DescriptorIterator iterator, Object element) INTERNAL: Called when iterating through descriptors to handle iteration on this mapping when it is used as a MapKey.voidMapKeyMapping.iterateOnMapKey(DescriptorIterator iterator, Object element) INTERNAL: Called when iterating through descriptors to handle iteration on this mapping when it is used as a MapKeyvoidAbstractTransformationMapping.iterateOnRealAttributeValue(DescriptorIterator iterator, Object realAttributeValue) INTERNAL: Iterate on the attribute value. -
Uses of DescriptorIterator in org.eclipse.persistence.oxm.mappings
Methods in org.eclipse.persistence.oxm.mappings with parameters of type DescriptorIteratorModifier and TypeMethodDescriptionvoidXMLAnyAttributeMapping.iterate(DescriptorIterator iterator) INTERNAL: Iterate on the appropriate attribute value.voidXMLAnyCollectionMapping.iterate(DescriptorIterator iterator) INTERNAL: Iterate on the appropriate attribute value.voidXMLAnyObjectMapping.iterate(DescriptorIterator iterator) INTERNAL: Iterate on the appropriate attribute value.voidXMLChoiceCollectionMapping.iterate(DescriptorIterator iterator) INTERNAL: Iterate on the appropriate attribute value.voidXMLChoiceObjectMapping.iterate(DescriptorIterator iterator) INTERNAL: Iterate on the appropriate attribute value.voidXMLInverseReferenceMapping.iterate(DescriptorIterator iterator)