Dali Provisional API
Release 3.2

org.eclipse.jpt.jpa.core.jpa2.context
Interface AttributeMapping2_0

All Superinterfaces:
AttributeMapping, IAdaptable, JpaContextModel, JpaModel, JptResourceTypeReference, Model
All Known Subinterfaces:
CollectionMapping2_0, ConvertibleKeyMapping2_0, DerivableIdMapping2_0, EclipseLinkElementCollectionMapping2_0, EclipseLinkIdMapping2_0, EclipseLinkManyToManyMapping2_0, EclipseLinkManyToOneMapping2_0, EclipseLinkOneToManyMapping2_0, EclipseLinkOneToOneMapping2_0, ElementCollectionMapping2_0, EmbeddedIdMapping2_0, EmbeddedMapping2_0, IdMapping2_0, JavaCollectionMapping2_0, JavaConvertibleKeyMapping2_0, JavaElementCollectionMapping2_0, JavaEmbeddedMapping2_0, JavaSingleRelationshipMapping2_0, ManyToManyMapping2_0, ManyToOneMapping2_0, MultiRelationshipMapping2_0, OneToManyMapping2_0, OneToOneMapping2_0, OrmCollectionMapping2_0, OrmConvertibleKeyMapping2_0, OrmElementCollectionMapping2_0, OrmEmbeddedMapping2_0, OrmSingleRelationshipMapping2_0, RelationshipMapping2_0, SingleRelationshipMapping2_0

public interface AttributeMapping2_0
extends AttributeMapping

JPA 2.0 attribute mapping

Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. It is available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.

Since:
2.3

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.eclipse.jpt.jpa.core.context.AttributeMapping
AttributeMapping.AllMappingNamesTransformer, AttributeMapping.AllOverridableAssociationMappingNamesTransformer, AttributeMapping.AllOverridableAttributeMappingNamesTransformer, AttributeMapping.GeneratorsTransformer, AttributeMapping.IsNotTransient, AttributeMapping.IsOverridableAssociationMapping, AttributeMapping.KeyEquals, AttributeMapping.NameTransformer
 
Nested classes/interfaces inherited from interface org.eclipse.jpt.jpa.core.JpaModel
JpaModel.JpaVersionIsCompatibleWith
 
Nested classes/interfaces inherited from interface org.eclipse.jpt.common.core.JptResourceTypeReference
JptResourceTypeReference.ResourceTypeIsKindOf, JptResourceTypeReference.ResourceTypeTransformer
 
Field Summary
static Iterable<String> STANDARD_METAMODEL_FIELD_MODIFIERS
           
 
Fields inherited from interface org.eclipse.jpt.jpa.core.context.AttributeMapping
ALL_MAPPING_NAMES_TRANSFORMER, ALL_OVERRIDABLE_ASSOCIATION_MAPPING_NAMES_TRANSFORMER, ALL_OVERRIDABLE_ATTRIBUTE_MAPPING_NAMES_TRANSFORMER, DEFAULT_PROPERTY, GENERATORS_TRANSFORMER, IS_NOT_TRANSIENT, IS_OVERRIDABLE_ASSOCIATION_MAPPING, NAME_TRANSFORMER
 
Fields inherited from interface org.eclipse.jpt.common.core.JptResourceTypeReference
TRANSFORMER
 
Method Summary
 MetamodelField2_0 getMetamodelField()
          Return the Canonical Metamodel field corresponding to the mapping.
 String getMetamodelTypeName()
          Return the name of the mapping's type as used in the Canonical Metamodel.
 
Methods inherited from interface org.eclipse.jpt.jpa.core.context.AttributeMapping
getAllMappingNames, getAllOverridableAssociationMappingNames, getAllOverridableAttributeMappingNames, getGenerators, getKey, getName, getPersistentAttribute, getPrimaryKeyColumnName, getTypeMapping, isDefault, isOverridableAssociationMapping, isOverridableAttributeMapping, isOwnedBy, isRelationshipOwner, resolveAttributeMapping, resolveOverriddenColumn, resolveOverriddenRelationship, validatesAgainstDatabase
 
Methods inherited from interface org.eclipse.jpt.jpa.core.context.JpaContextModel
getCompletionProposals, getContextDefaultDbCatalog, getContextDefaultDbSchema, getContextDefaultDbSchemaContainer, getMappingFileRoot, getParent, getPersistenceUnit, getValidationTextRange, synchronizeWithResourceModel, update, validate
 
Methods inherited from interface org.eclipse.jpt.jpa.core.JpaModel
getJpaPlatform, getJpaProject, getJpaProjectManager, getResource, stateChanged
 
Methods inherited from interface org.eclipse.jpt.common.utility.model.Model
addChangeListener, addCollectionChangeListener, addListChangeListener, addPropertyChangeListener, addStateChangeListener, removeChangeListener, removeCollectionChangeListener, removeListChangeListener, removePropertyChangeListener, removeStateChangeListener
 
Methods inherited from interface org.eclipse.core.runtime.IAdaptable
getAdapter
 
Methods inherited from interface org.eclipse.jpt.common.core.JptResourceTypeReference
getResourceType
 

Field Detail

STANDARD_METAMODEL_FIELD_MODIFIERS

static final Iterable<String> STANDARD_METAMODEL_FIELD_MODIFIERS
Method Detail

getMetamodelField

MetamodelField2_0 getMetamodelField()
Return the Canonical Metamodel field corresponding to the mapping. Return null if the mapping is not to be part of the Canonical Metamodel.


getMetamodelTypeName

String getMetamodelTypeName()
Return the name of the mapping's type as used in the Canonical Metamodel.


Dali Provisional API
Release 3.2

Copyright (c) 2012 Oracle. All rights reserved.