Dali Provisional API
Release 3.2

org.eclipse.jpt.jpa.eclipselink.core.context
Interface EclipseLinkIdMapping2_0

All Superinterfaces:
AttributeMapping, AttributeMapping2_0, ColumnMapping, ConvertibleMapping, DerivableIdMapping2_0, EclipseLinkConvertibleMapping, EclipseLinkIdMapping, GeneratedValueHolder, IAdaptable, IdMapping, IdMapping2_0, JpaContextNode, JpaNode, JptResourceTypeReference, Model, ReadOnlyNamedColumn.Owner, ReadOnlyTableColumn.Owner

public interface EclipseLinkIdMapping2_0
extends EclipseLinkIdMapping, IdMapping2_0

EclipseLink ID mapping 2.0

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:
3.3

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.eclipse.jpt.jpa.eclipselink.core.context.EclipseLinkConvertibleMapping
EclipseLinkConvertibleMapping.AttributeMappingConvertersTransformer
 
Nested classes/interfaces inherited from interface org.eclipse.jpt.jpa.core.context.AttributeMapping
AttributeMapping.GeneratorsTransformer, AttributeMapping.IsNotTransient, AttributeMapping.IsOverridableAssociationMapping, AttributeMapping.KeyEquals, AttributeMapping.NameTransformer
 
Field Summary
 
Fields inherited from interface org.eclipse.jpt.jpa.eclipselink.core.context.EclipseLinkConvertibleMapping
ATTRIBUTE_MAPPING_CONVERTERS_TRANSFORMER
 
Fields inherited from interface org.eclipse.jpt.jpa.core.context.ConvertibleMapping
CONVERTER_PROPERTY
 
Fields inherited from interface org.eclipse.jpt.jpa.core.context.GeneratedValueHolder
GENERATED_VALUE_PROPERTY
 
Fields inherited from interface org.eclipse.jpt.jpa.core.jpa2.context.DerivableIdMapping2_0
DERIVED_PROPERTY
 
Fields inherited from interface org.eclipse.jpt.jpa.core.jpa2.context.AttributeMapping2_0
STANDARD_METAMODEL_FIELD_MODIFIERS
 
Fields inherited from interface org.eclipse.jpt.jpa.core.context.AttributeMapping
DEFAULT_PROPERTY, GENERATORS_TRANSFORMER, IS_NOT_TRANSIENT, IS_OVERRIDABLE_ASSOCIATION_MAPPING, NAME_TRANSFORMER
 
Method Summary
 
Methods inherited from interface org.eclipse.jpt.jpa.eclipselink.core.context.EclipseLinkIdMapping
getMutable
 
Methods inherited from interface org.eclipse.jpt.jpa.eclipselink.core.context.EclipseLinkConvertibleMapping
getConverterContainer
 
Methods inherited from interface org.eclipse.jpt.jpa.core.context.IdMapping
getGeneratorContainer
 
Methods inherited from interface org.eclipse.jpt.jpa.core.context.ColumnMapping
getColumn
 
Methods inherited from interface org.eclipse.jpt.jpa.core.context.ReadOnlyTableColumn.Owner
getCandidateTableNames, tableNameIsInvalid
 
Methods inherited from interface org.eclipse.jpt.jpa.core.context.ReadOnlyNamedColumn.Owner
buildColumnValidator, getDefaultColumnName, getDefaultTableName, getValidationTextRange, resolveDbTable
 
Methods inherited from interface org.eclipse.jpt.jpa.core.context.ConvertibleMapping
getConverter, setConverter
 
Methods inherited from interface org.eclipse.jpt.jpa.core.context.GeneratedValueHolder
addGeneratedValue, getGeneratedValue, removeGeneratedValue
 
Methods inherited from interface org.eclipse.jpt.jpa.core.jpa2.context.DerivableIdMapping2_0
isDerived
 
Methods inherited from interface org.eclipse.jpt.jpa.core.jpa2.context.AttributeMapping2_0
getMetamodelField, getMetamodelTypeName
 
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
 


Dali Provisional API
Release 3.2

Copyright (c) 2012 Oracle. All rights reserved.