Dali Provisional API
Release 3.2

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

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

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

Subinterfaces of MultiRelationshipMapping in org.eclipse.jpt.jpa.core.context
 interface ManyToManyMapping
          JPA m:m 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 OneToManyMapping
          JPA 1:m mapping 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.jpa.core.context.java
 

Subinterfaces of MultiRelationshipMapping in org.eclipse.jpt.jpa.core.context.java
 interface JavaManyToManyMapping
          Java m:m 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 JavaOneToManyMapping
          Java 1:m mapping 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.jpa.core.context.orm
 

Subinterfaces of MultiRelationshipMapping in org.eclipse.jpt.jpa.core.context.orm
 interface OrmManyToManyMapping
          orm.xml m:m 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 OrmMultiRelationshipMapping
          orm.xml multi-valued relationship (1:m, m:m) mapping.
 interface OrmOneToManyMapping
          orm.xml 1:m mapping 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.jpa.core.jpa2.context
 

Subinterfaces of MultiRelationshipMapping in org.eclipse.jpt.jpa.core.jpa2.context
 interface ManyToManyMapping2_0
          JPA 2.0 m:m 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 MultiRelationshipMapping2_0
          JPA 2.0 multi relationship (m:m, 1:m) 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 OneToManyMapping2_0
          JPA 2.0 1:m mapping 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.jpa.eclipselink.core.context
 

Subinterfaces of MultiRelationshipMapping in org.eclipse.jpt.jpa.eclipselink.core.context
 interface EclipseLinkManyToManyMapping
          EclipseLink relationship (1:1, 1:m, m:1, m:m) mapping.
 interface EclipseLinkManyToManyMapping2_0
          EclipseLink ID mapping 2.0 Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface EclipseLinkOneToManyMapping
          EclipseLink 1:m 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 EclipseLinkOneToManyMapping2_0
          EclipseLink 1:m 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.