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.eclipselink.core.context   
org.eclipse.jpt.eclipselink.core.context.java   
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.eclipselink.core.context
 

Subinterfaces of TypeMapping in org.eclipse.jpt.eclipselink.core.context
 interface EclipseLinkEmbeddable
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface EclipseLinkEntity
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface EclipseLinkMappedSuperclass
          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.eclipselink.core.context.java
 

Subinterfaces of TypeMapping in org.eclipse.jpt.eclipselink.core.context.java
 interface EclipseLinkJavaEmbeddable
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface EclipseLinkJavaEntity
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface EclipseLinkJavaMappedSuperclass
          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.ListIterator<DefaultTypeMappingUiProvider<? extends TypeMapping>> JpaPlatformUiProvider.defaultTypeMappingUiProviders()
          Return the type mapping ui providers that apply to this platform.
 DefaultTypeMappingUiProvider<? extends TypeMapping> JpaPlatformUi.getDefaultTypeMappingUiProvider(org.eclipse.core.runtime.content.IContentType contentType)
          Return a default type mapping ui provider for the given content type or null
 TypeMappingUiProvider<? extends TypeMapping> JpaPlatformUi.getTypeMappingUiProvider(java.lang.String key, org.eclipse.core.runtime.content.IContentType contentType)
          Return an type mapping ui provider for the given content type
 java.util.ListIterator<TypeMappingUiProvider<? extends TypeMapping>> JpaPlatformUiProvider.typeMappingUiProviders()
          Return the type mapping ui providers that apply to this platform.
 java.util.Iterator<TypeMappingUiProvider<? extends TypeMapping>> JpaPlatformUi.typeMappingUiProviders(org.eclipse.core.runtime.content.IContentType contentType)
          Return an iterator of type mapping ui providers appropriate for the given content type
 

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

Classes in org.eclipse.jpt.ui.details with type parameters of type TypeMapping
 interface DefaultTypeMappingUiProvider<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.
 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.