Dali Provisional API
Release 3.2

org.eclipse.jpt.jpa.core.context.java
Interface JavaIdMapping

All Superinterfaces:
AttributeMapping, ColumnMapping, ConvertibleMapping, GeneratedValueHolder, IAdaptable, IdMapping, JavaAttributeMapping, JavaColumn.Owner, JavaColumnMapping, JavaConvertibleMapping, JavaGeneratedValueHolder, JavaGeneratorContainer.ParentAdapter, JpaContextNode, JpaNode, JptResourceTypeReference, Model, ReadOnlyNamedColumn.Owner, ReadOnlyTableColumn.Owner

public interface JavaIdMapping
extends IdMapping, JavaColumnMapping, JavaConvertibleMapping, JavaGeneratorContainer.ParentAdapter, JavaGeneratedValueHolder

Java 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.0

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.context.AttributeMapping
DEFAULT_PROPERTY, GENERATORS_TRANSFORMER, IS_NOT_TRANSIENT, IS_OVERRIDABLE_ASSOCIATION_MAPPING, NAME_TRANSFORMER
 
Method Summary
 JavaGeneratorContainer getGeneratorContainer()
           
 IdAnnotation getMappingAnnotation()
           
 
Methods inherited from interface org.eclipse.jpt.jpa.core.context.java.JavaColumnMapping
getColumn
 
Methods inherited from interface org.eclipse.jpt.jpa.core.context.java.JavaColumn.Owner
getColumnAnnotation, removeColumnAnnotation
 
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.java.JavaConvertibleMapping
getConverter
 
Methods inherited from interface org.eclipse.jpt.jpa.core.context.ConvertibleMapping
setConverter
 
Methods inherited from interface org.eclipse.jpt.jpa.core.context.java.JavaGeneratorContainer.ParentAdapter
getGeneratorContainerParent, getResourceAnnotatedElement, parentSupportsGenerators
 
Methods inherited from interface org.eclipse.jpt.jpa.core.context.java.JavaGeneratedValueHolder
addGeneratedValue, getGeneratedValue
 
Methods inherited from interface org.eclipse.jpt.jpa.core.context.GeneratedValueHolder
removeGeneratedValue
 
Methods inherited from interface org.eclipse.jpt.jpa.core.context.java.JavaAttributeMapping
getAnnotationForUpdate, getParent, getPersistentAttribute, getResourceAttribute, updateDefault
 
Methods inherited from interface org.eclipse.jpt.jpa.core.context.AttributeMapping
getAllMappingNames, getAllOverridableAssociationMappingNames, getAllOverridableAttributeMappingNames, getGenerators, getKey, getName, getPrimaryKeyColumnName, getTypeMapping, isDefault, isOverridableAssociationMapping, isOverridableAttributeMapping, isOwnedBy, isRelationshipOwner, resolveAttributeMapping, resolveOverriddenColumn, resolveOverriddenRelationship, validatesAgainstDatabase
 

Method Detail

getMappingAnnotation

IdAnnotation getMappingAnnotation()
Specified by:
getMappingAnnotation in interface JavaAttributeMapping

getGeneratorContainer

JavaGeneratorContainer getGeneratorContainer()
Specified by:
getGeneratorContainer in interface IdMapping

Dali Provisional API
Release 3.2

Copyright (c) 2012 Oracle. All rights reserved.