Uses of Interface
org.eclipse.jpt.core.context.java.JavaTypeMapping

Packages that use JavaTypeMapping
org.eclipse.jpt.core   
org.eclipse.jpt.core.context.java   
org.eclipse.jpt.eclipselink.core.context.java   
 

Uses of JavaTypeMapping in org.eclipse.jpt.core
 

Methods in org.eclipse.jpt.core that return JavaTypeMapping
 JavaTypeMapping JpaFactory.buildJavaNullTypeMapping(JavaPersistentType parent)
           
 JavaTypeMapping JpaPlatform.buildJavaTypeMappingFromAnnotation(java.lang.String annotationName, JavaPersistentType type)
          Build a Java type mapping for the specified annotation and persistent type.
 JavaTypeMapping JpaPlatform.buildJavaTypeMappingFromMappingKey(java.lang.String key, JavaPersistentType type)
          Build a Java type mapping for the specified key and persistent type.
 

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

Subinterfaces of JavaTypeMapping 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.
 

Methods in org.eclipse.jpt.core.context.java that return JavaTypeMapping
 JavaTypeMapping JavaTypeMappingProvider.buildMapping(JavaPersistentType type, JpaFactory factory)
          Build a Java type mapping for the specified type.
 JavaTypeMapping JavaPersistentType.getMapping()
           
 

Uses of JavaTypeMapping in org.eclipse.jpt.eclipselink.core.context.java
 

Subinterfaces of JavaTypeMapping 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.