Uses of Class
org.eclipse.persistence.internal.jpa.metadata.columns.AttributeOverrideMetadata
Packages that use AttributeOverrideMetadata
Package
Description
-
Uses of AttributeOverrideMetadata in org.eclipse.persistence.internal.jpa.metadata
Methods in org.eclipse.persistence.internal.jpa.metadata that return AttributeOverrideMetadataModifier and TypeMethodDescriptionMetadataDescriptor.getAttributeOverrideFor(String attributeName) INTERNAL:Methods in org.eclipse.persistence.internal.jpa.metadata that return types with arguments of type AttributeOverrideMetadataMethods in org.eclipse.persistence.internal.jpa.metadata with parameters of type AttributeOverrideMetadataModifier and TypeMethodDescriptionvoidMetadataDescriptor.addAttributeOverride(AttributeOverrideMetadata attributeOverride) INTERNAL: -
Uses of AttributeOverrideMetadata in org.eclipse.persistence.internal.jpa.metadata.accessors.classes
Methods in org.eclipse.persistence.internal.jpa.metadata.accessors.classes that return types with arguments of type AttributeOverrideMetadataModifier and TypeMethodDescriptionClassAccessor.getAttributeOverrides()INTERNAL: Used for OX mapping.Methods in org.eclipse.persistence.internal.jpa.metadata.accessors.classes with parameters of type AttributeOverrideMetadataModifier and TypeMethodDescriptionprotected voidClassAccessor.processAttributeOverride(AttributeOverrideMetadata attributeOverride) INTERNAL: Process the attribute override metadata specified on an entity or mapped superclass.Method parameters in org.eclipse.persistence.internal.jpa.metadata.accessors.classes with type arguments of type AttributeOverrideMetadataModifier and TypeMethodDescriptionvoidClassAccessor.setAttributeOverrides(List<AttributeOverrideMetadata> attributeOverrides) INTERNAL: Used for OX mapping. -
Uses of AttributeOverrideMetadata in org.eclipse.persistence.internal.jpa.metadata.accessors.mappings
Methods in org.eclipse.persistence.internal.jpa.metadata.accessors.mappings that return AttributeOverrideMetadataModifier and TypeMethodDescriptionprotected AttributeOverrideMetadataMappingAccessor.getAttributeOverride(String loggingCtx) INTERNAL: Return the attribute override for this accessor.Methods in org.eclipse.persistence.internal.jpa.metadata.accessors.mappings that return types with arguments of type AttributeOverrideMetadataModifier and TypeMethodDescriptionElementCollectionAccessor.getAttributeOverrides()INTERNAL: Used for OX mapping.EmbeddedAccessor.getAttributeOverrides()INTERNAL: Used for OX mapping.protected Map<String, AttributeOverrideMetadata> MappingAccessor.getAttributeOverrides(List<AttributeOverrideMetadata> attributeOverrides) INTERNAL: Process the list of attribute overrides into a map, merging and overriding any attribute overrides where necessary with descriptor level attribute overrides.CollectionAccessor.getMapKeyAttributeOverrides()INTERNAL: Used for OX mapping.ElementCollectionAccessor.getMapKeyAttributeOverrides()INTERNAL: Used for OX mapping.MappedKeyMapAccessor.getMapKeyAttributeOverrides()INTERNAL:Methods in org.eclipse.persistence.internal.jpa.metadata.accessors.mappings with parameters of type AttributeOverrideMetadataModifier and TypeMethodDescriptionprotected voidCollectionAccessor.addAttributeOverride(AttributeOverrideMetadata attributeOverride) INTERNAL: Add the attribute override to our map key attribute overrides list.protected voidElementCollectionAccessor.addAttributeOverride(AttributeOverrideMetadata attributeOverride) INTERNAL:Method parameters in org.eclipse.persistence.internal.jpa.metadata.accessors.mappings with type arguments of type AttributeOverrideMetadataModifier and TypeMethodDescriptionprotected Map<String, AttributeOverrideMetadata> MappingAccessor.getAttributeOverrides(List<AttributeOverrideMetadata> attributeOverrides) INTERNAL: Process the list of attribute overrides into a map, merging and overriding any attribute overrides where necessary with descriptor level attribute overrides.protected voidMappingAccessor.processAttributeOverrides(List<AttributeOverrideMetadata> attributeOverrides, AggregateObjectMapping aggregateObjectMapping, MetadataDescriptor embeddableDescriptor) INTERNAL: Process the attribute overrides for the given embedded mapping.protected voidElementCollectionAccessor.processMappingsFromEmbeddable(MetadataDescriptor embeddableDescriptor, AggregateObjectMapping nestedAggregateObjectMapping, EmbeddableMapping embeddableMapping, Map<String, AttributeOverrideMetadata> attributeOverrides, Map<String, AssociationOverrideMetadata> associationOverrides, String dotNotationName) INTERNAL:voidElementCollectionAccessor.setAttributeOverrides(List<AttributeOverrideMetadata> attributeOverrides) INTERNAL: Used for OX mapping.voidEmbeddedAccessor.setAttributeOverrides(List<AttributeOverrideMetadata> attributeOverrides) INTERNAL: Used for OX mapping.voidCollectionAccessor.setMapKeyAttributeOverrides(List<AttributeOverrideMetadata> mapKeyAttributeOverrides) INTERNAL: Used for OX mapping.voidElementCollectionAccessor.setMapKeyAttributeOverrides(List<AttributeOverrideMetadata> mapKeyAttributeOverrides) INTERNAL: Used for OX mapping.