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

Packages that use OrmTypeMapping
org.eclipse.jpt.core.context.orm   
 

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

Subinterfaces of OrmTypeMapping in org.eclipse.jpt.core.context.orm
 interface OrmEmbeddable
          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
          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
          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.orm that return OrmTypeMapping
 OrmTypeMapping OrmTypeMappingProvider.buildTypeMapping(JpaFactory factory, OrmPersistentType parent)
           
 OrmTypeMapping OrmPersistentType.getMapping()
          Overriden to return an OrmTypeMapping
 OrmTypeMapping OrmPersistentAttribute.getTypeMapping()
          Overriden to return OrmTypeMappings
 

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