Uses of Interface
org.eclipse.jpt.core.context.TypeMapping

Packages that use TypeMapping
org.eclipse.jpt.core.context   
org.eclipse.jpt.core.context.java   
org.eclipse.jpt.core.context.orm   
org.eclipse.jpt.ui   
org.eclipse.jpt.ui.details   
 

Uses of TypeMapping in org.eclipse.jpt.core.context
 

Subinterfaces of TypeMapping in org.eclipse.jpt.core.context
 interface Embeddable
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface Entity
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface MappedSuperclass
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 

Methods in org.eclipse.jpt.core.context that return TypeMapping
 TypeMapping PersistentType.getMapping()
           
 TypeMapping AttributeMapping.getTypeMapping()
          Return the mapping for the attribute mapping's attribute's type.
 TypeMapping BaseOverride.Owner.getTypeMapping()
          Return the type mapping that this override is contained in
 TypeMapping NamedColumn.Owner.getTypeMapping()
          Return the type mapping that contains the column.
 TypeMapping PersistentAttribute.getTypeMapping()
           
 

Uses of TypeMapping in org.eclipse.jpt.core.context.java
 

Subinterfaces of TypeMapping in org.eclipse.jpt.core.context.java
 interface JavaEmbeddable
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface JavaEntity
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface JavaMappedSuperclass
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface JavaTypeMapping
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 

Uses of TypeMapping in org.eclipse.jpt.core.context.orm
 

Subinterfaces of TypeMapping in org.eclipse.jpt.core.context.orm
 interface OrmEmbeddable
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface OrmEntity
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface OrmMappedSuperclass
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface OrmTypeMapping
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 

Uses of TypeMapping in org.eclipse.jpt.ui
 

Methods in org.eclipse.jpt.ui that return types with arguments of type TypeMapping
 java.util.Iterator<TypeMappingUiProvider<? extends TypeMapping>> JpaPlatformUi.javaTypeMappingUiProviders()
           
 java.util.Iterator<TypeMappingUiProvider<? extends TypeMapping>> JpaPlatformUi.ormTypeMappingUiProviders()
           
 

Uses of TypeMapping in org.eclipse.jpt.ui.details
 

Classes in org.eclipse.jpt.ui.details with type parameters of type TypeMapping
 interface TypeMappingUiProvider<T extends TypeMapping>
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.