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

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

Uses of OrmRelationshipMapping in org.eclipse.jpt.core
 

Methods in org.eclipse.jpt.core with parameters of type OrmRelationshipMapping
 OrmJoinTable JpaFactory.buildOrmJoinTable(OrmRelationshipMapping parent)
           
 

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

Subinterfaces of OrmRelationshipMapping in org.eclipse.jpt.core.context.orm
 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 OrmSingleRelationshipMapping
          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 OrmRelationshipMapping
 OrmRelationshipMapping OrmJoinTable.getParent()