Dali Provisional API
Release 3.2

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

All Superinterfaces:
AttributeMapping, AttributeMapping2_0, ColumnMapping, ConvertibleMapping, DerivableIdMapping2_0, GeneratedValueHolder, IAdaptable, IdMapping, JpaContextNode, JpaNode, JptResourceTypeReference, Model, ReadOnlyNamedColumn.Owner, ReadOnlyTableColumn.Owner
All Known Subinterfaces:
EclipseLinkIdMapping2_0

public interface IdMapping2_0
extends IdMapping, DerivableIdMapping2_0

JPA 2.0 ID 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.GeneratorsTransformer, AttributeMapping.IsNotTransient, AttributeMapping.IsOverridableAssociationMapping, AttributeMapping.KeyEquals, AttributeMapping.NameTransformer
 
Field Summary
 
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.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.