Uses of Class
org.eclipse.persistence.internal.jpa.metadata.columns.AttributeOverrideMetadata
-
-
Uses of AttributeOverrideMetadata in org.eclipse.persistence.internal.jpa.metadata
Methods in org.eclipse.persistence.internal.jpa.metadata that return AttributeOverrideMetadata Modifier and Type Method Description AttributeOverrideMetadataMetadataDescriptor. getAttributeOverrideFor(String attributeName)INTERNAL:Methods in org.eclipse.persistence.internal.jpa.metadata that return types with arguments of type AttributeOverrideMetadata Modifier and Type Method Description Collection<AttributeOverrideMetadata>MetadataDescriptor. getAttributeOverrides()INTERNAL:Methods in org.eclipse.persistence.internal.jpa.metadata with parameters of type AttributeOverrideMetadata Modifier and Type Method Description voidMetadataDescriptor. 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 AttributeOverrideMetadata Modifier and Type Method Description List<AttributeOverrideMetadata>ClassAccessor. getAttributeOverrides()INTERNAL: Used for OX mapping.Methods in org.eclipse.persistence.internal.jpa.metadata.accessors.classes with parameters of type AttributeOverrideMetadata Modifier and Type Method Description protected 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 AttributeOverrideMetadata Modifier and Type Method Description voidClassAccessor. 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 AttributeOverrideMetadata Modifier and Type Method Description protected 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 AttributeOverrideMetadata Modifier and Type Method Description List<AttributeOverrideMetadata>ElementCollectionAccessor. getAttributeOverrides()INTERNAL: Used for OX mapping.List<AttributeOverrideMetadata>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.List<AttributeOverrideMetadata>CollectionAccessor. getMapKeyAttributeOverrides()INTERNAL: Used for OX mapping.List<AttributeOverrideMetadata>ElementCollectionAccessor. getMapKeyAttributeOverrides()INTERNAL: Used for OX mapping.List<AttributeOverrideMetadata>MappedKeyMapAccessor. getMapKeyAttributeOverrides()INTERNAL:Methods in org.eclipse.persistence.internal.jpa.metadata.accessors.mappings with parameters of type AttributeOverrideMetadata Modifier and Type Method Description protected 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 AttributeOverrideMetadata Modifier and Type Method Description 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.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.
-