Dali Provisional API
Release 3.2

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

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

Uses of JavaTypeMapping in org.eclipse.jpt.jpa.core
 

Methods in org.eclipse.jpt.jpa.core that return JavaTypeMapping
 JavaTypeMapping JpaFactory.buildJavaNullTypeMapping(JavaPersistentType parent)
           
 

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

Subinterfaces of JavaTypeMapping in org.eclipse.jpt.jpa.core.context.java
 interface JavaEmbeddable
          Java embeddable type mapping 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
          Java 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 JavaIdTypeMapping
          Java ID type mapping 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
          Java mapped superclass 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.jpa.core.context.java that return JavaTypeMapping
 JavaTypeMapping JavaTypeMappingDefinition.buildMapping(JavaPersistentType persistentType, Annotation annotation, JpaFactory factory)
          Build a Java type mapping for the specified persistent type and annotation.
 JavaTypeMapping JavaPersistentType.getMapping()
           
 

Uses of JavaTypeMapping in org.eclipse.jpt.jpa.core.context.orm
 

Methods in org.eclipse.jpt.jpa.core.context.orm that return JavaTypeMapping
 JavaTypeMapping OrmTypeMapping.getJavaTypeMapping()
          Return the Java type mapping corresponding to the orm.xml type mapping.
 JavaTypeMapping OrmTypeMapping.getJavaTypeMappingForDefaults()
          Check "metadata complete" before returning the Java type mapping.
 

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

Subinterfaces of JavaTypeMapping in org.eclipse.jpt.jpa.core.jpa2.context.java
 interface JavaEntity2_0
          Java entity 2.0 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 JavaTypeMapping in org.eclipse.jpt.jpa.eclipselink.core.context.java
 

Subinterfaces of JavaTypeMapping in org.eclipse.jpt.jpa.eclipselink.core.context.java
 interface EclipseLinkJavaTypeMapping
          EclipseLink Java type mapping Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface JavaEclipseLinkEmbeddable
          EclipseLink Java embeddable type mapping Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface JavaEclipseLinkEntity
          EclipseLink Java 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 JavaEclipseLinkMappedSuperclass
          EclipseLink Java mapped superclass Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface JavaEclipseLinkNonEmbeddableTypeMapping
          EclipseLink Java non-embeddable type mapping Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 


Dali Provisional API
Release 3.2

Copyright (c) 2012 Oracle. All rights reserved.