Dali Provisional API
Release 3.2

Uses of Interface
org.eclipse.jpt.jpa.core.context.IdTypeMapping

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

Uses of IdTypeMapping in org.eclipse.jpt.jpa.core.context
 

Subinterfaces of IdTypeMapping in org.eclipse.jpt.jpa.core.context
 interface Entity
          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
          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 that return IdTypeMapping
 IdTypeMapping TypeMapping.getSuperTypeMapping()
          Return the "super" TypeMapping from the "persistence" inheritance hierarchy.
 IdTypeMapping IdTypeMapping.SuperTypeMappingTransformer.transform(IdTypeMapping input)
           
 

Methods in org.eclipse.jpt.jpa.core.context that return types with arguments of type IdTypeMapping
 Iterable<IdTypeMapping> TypeMapping.getAncestors()
          Return the type mapping's "persistence" inheritance hierarchy, excluding the type mapping itself.
 Iterable<IdTypeMapping> IdTypeMapping.getInheritanceHierarchy()
          Return the type mapping's "persistence" inheritance hierarchy, including the type mapping itself.
 

Methods in org.eclipse.jpt.jpa.core.context with parameters of type IdTypeMapping
 IdTypeMapping IdTypeMapping.SuperTypeMappingTransformer.transform(IdTypeMapping input)
           
 

Constructors in org.eclipse.jpt.jpa.core.context with parameters of type IdTypeMapping
IdTypeMapping.SuperTypeMappingTransformer(IdTypeMapping leaf)
           
 

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

Subinterfaces of IdTypeMapping in org.eclipse.jpt.jpa.core.context.java
 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.
 

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

Subinterfaces of IdTypeMapping in org.eclipse.jpt.jpa.core.context.orm
 interface OrmEntity
          orm.xml 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 OrmIdTypeMapping
          orm.xml 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 OrmMappedSuperclass
          orm.xml 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.
 

Uses of IdTypeMapping in org.eclipse.jpt.jpa.core.context.persistence
 

Methods in org.eclipse.jpt.jpa.core.context.persistence that return IdTypeMapping
 IdTypeMapping PersistenceUnit.getIdTypeMapping(String typeName)
          Return the ID type mapping (entity or mapped superclass) in the persistence unit with the specified type name.
 

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

Subinterfaces of IdTypeMapping 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 IdTypeMapping in org.eclipse.jpt.jpa.core.jpa2.context.orm
 

Subinterfaces of IdTypeMapping in org.eclipse.jpt.jpa.core.jpa2.context.orm
 interface OrmEntity2_0
          orm.xml entity 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 IdTypeMapping in org.eclipse.jpt.jpa.eclipselink.core.context
 

Subinterfaces of IdTypeMapping in org.eclipse.jpt.jpa.eclipselink.core.context
 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.
 interface EclipseLinkNonEmbeddableTypeMapping
          EclipseLink 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.
 

Uses of IdTypeMapping in org.eclipse.jpt.jpa.eclipselink.core.context.java
 

Subinterfaces of IdTypeMapping in org.eclipse.jpt.jpa.eclipselink.core.context.java
 interface EclipseLinkJavaEntity
          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 EclipseLinkJavaMappedSuperclass
          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 EclipseLinkJavaNonEmbeddableTypeMapping
          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.
 

Uses of IdTypeMapping in org.eclipse.jpt.jpa.eclipselink.core.context.orm
 

Subinterfaces of IdTypeMapping in org.eclipse.jpt.jpa.eclipselink.core.context.orm
 interface EclipseLinkOrmEntity
          EclipseLink orm.xml 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 EclipseLinkOrmMappedSuperclass
          EclipseLink orm.xml 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 EclipseLinkOrmNonEmbeddableTypeMapping
          EclipseLink orm.xml 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.