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

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

Uses of OrmAttributeMapping in org.eclipse.jpt.core
 

Methods in org.eclipse.jpt.core that return OrmAttributeMapping
 OrmAttributeMapping JpaFactory.buildOrmNullAttributeMapping(OrmPersistentAttribute parent)
           
 

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

Subinterfaces of OrmAttributeMapping in org.eclipse.jpt.core.context.orm
 interface OrmBaseEmbeddedMapping
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface OrmBasicMapping
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface OrmEmbeddedIdMapping
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface OrmEmbeddedMapping
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface OrmIdMapping
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface OrmManyToManyMapping
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface OrmManyToOneMapping
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface OrmMultiRelationshipMapping
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface OrmOneToManyMapping
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface OrmOneToOneMapping
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface OrmRelationshipMapping
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface OrmSingleRelationshipMapping
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface OrmTransientMapping
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface OrmVersionMapping
          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 OrmAttributeMapping
 OrmAttributeMapping OrmAttributeMappingProvider.buildAttributeMapping(JpaFactory factory, OrmPersistentAttribute parent)
           
 OrmAttributeMapping OrmPersistentAttribute.getMapping()
          Overriden to return OrmAttributeMappings
 OrmAttributeMapping OrmPersistentAttribute.getSpecifiedMapping()
          Overriden to return OrmAttributeMappings
 

Methods in org.eclipse.jpt.core.context.orm with parameters of type OrmAttributeMapping
 void OrmPersistentType.changeMapping(OrmPersistentAttribute ormPersistentAttribute, OrmAttributeMapping oldMapping, OrmAttributeMapping newMapping)
           
 void OrmAttributeMapping.initializeFromOrmAttributeMapping(OrmAttributeMapping oldMapping)
           
 void OrmAttributeMapping.initializeOn(OrmAttributeMapping newMapping)