Dali Provisional API
Release 3.2

Uses of Interface
org.eclipse.jpt.jpa.core.context.orm.OrmTypeMapping

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

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

Subinterfaces of OrmTypeMapping in org.eclipse.jpt.jpa.core.context.orm
 interface OrmEmbeddable
          orm.xml 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 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.
 

Methods in org.eclipse.jpt.jpa.core.context.orm that return OrmTypeMapping
 OrmTypeMapping OrmTypeMappingDefinition.buildContextMapping(OrmPersistentType parent, org.eclipse.jpt.jpa.core.resource.orm.XmlTypeMapping resourceMapping, OrmXmlContextModelFactory factory)
          Build a context mapping for the specified parent and resource mapping, using the specified factory.
 OrmTypeMapping OrmPersistentAttribute.getDeclaringTypeMapping()
           
 OrmTypeMapping OrmPersistentType.getMapping()
           
 OrmTypeMapping OrmAttributeMapping.getTypeMapping()
           
 OrmTypeMapping OrmOverrideContainer.ParentAdapter.getTypeMapping()
           
 

Methods in org.eclipse.jpt.jpa.core.context.orm with parameters of type OrmTypeMapping
 void EntityMappings.changeMapping(OrmPersistentType ormPersistentType, OrmTypeMapping oldMapping, OrmTypeMapping newMapping)
           
 void OrmTypeMapping.initializeFrom(OrmTypeMapping oldMapping)
           
 

Uses of OrmTypeMapping in org.eclipse.jpt.jpa.core.jpa2.context.orm
 

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

Subinterfaces of OrmTypeMapping in org.eclipse.jpt.jpa.eclipselink.core.context.orm
 interface EclipseLinkOrmEmbeddable
          EclipseLink orm.xml 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 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.
 interface EclipseLinkOrmTypeMapping
          EclipseLink ORM 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.