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

Packages that use JavaTypeMapping
org.eclipse.jpt.core   
org.eclipse.jpt.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 mappingAnnotationName, JavaPersistentType parent)
          Build a Java type mapping with the given mapping annotation and parent.
 JavaTypeMapping JpaPlatform.buildJavaTypeMappingFromMappingKey(java.lang.String typeMappingKey, JavaPersistentType parent)
          Build a Java type mapping with the given mapping key and parent.
 

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 parent, JpaFactory factory)
          Create an IJavaTypeMapping for the given attribute.
 JavaTypeMapping JavaPersistentType.getMapping()
           
 JavaTypeMapping JavaPersistentAttribute.getTypeMapping()