Uses of Interface
org.eclipse.jpt.core.context.MultiRelationshipMapping

Packages that use MultiRelationshipMapping
org.eclipse.jpt.core.context   
org.eclipse.jpt.core.context.java   
org.eclipse.jpt.core.context.orm   
 

Uses of MultiRelationshipMapping in org.eclipse.jpt.core.context
 

Subinterfaces of MultiRelationshipMapping in org.eclipse.jpt.core.context
 interface ManyToManyMapping
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface OneToManyMapping
          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 MultiRelationshipMapping in org.eclipse.jpt.core.context.java
 

Subinterfaces of MultiRelationshipMapping in org.eclipse.jpt.core.context.java
 interface JavaManyToManyMapping
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface JavaMultiRelationshipMapping
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface JavaOneToManyMapping
          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 MultiRelationshipMapping in org.eclipse.jpt.core.context.orm
 

Subinterfaces of MultiRelationshipMapping 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 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.