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

Packages that use OneToManyRelationshipReference
org.eclipse.jpt.core.context   
org.eclipse.jpt.core.context.java   
org.eclipse.jpt.core.context.orm   
org.eclipse.jpt.core.jpa2.context   
org.eclipse.jpt.core.jpa2.context.java   
org.eclipse.jpt.core.jpa2.context.orm   
org.eclipse.jpt.eclipselink.core.context   
org.eclipse.jpt.eclipselink.core.v2_0.context   
 

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

Methods in org.eclipse.jpt.core.context that return OneToManyRelationshipReference
 OneToManyRelationshipReference OneToManyMapping.getRelationshipReference()
           
 

Uses of OneToManyRelationshipReference in org.eclipse.jpt.core.context.java
 

Subinterfaces of OneToManyRelationshipReference in org.eclipse.jpt.core.context.java
 interface JavaOneToManyRelationshipReference
          Represents the RelationshipReference of a 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 OneToManyRelationshipReference in org.eclipse.jpt.core.context.orm
 

Subinterfaces of OneToManyRelationshipReference in org.eclipse.jpt.core.context.orm
 interface OrmOneToManyRelationshipReference
          Represents the RelationshipReference of an OrmOneToManyMapping 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 OneToManyRelationshipReference in org.eclipse.jpt.core.jpa2.context
 

Subinterfaces of OneToManyRelationshipReference in org.eclipse.jpt.core.jpa2.context
 interface OneToManyRelationshipReference2_0
          Represents the RelationshipReference of a 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 OneToManyRelationshipReference in org.eclipse.jpt.core.jpa2.context.java
 

Subinterfaces of OneToManyRelationshipReference in org.eclipse.jpt.core.jpa2.context.java
 interface JavaOneToManyRelationshipReference2_0
          Represents the RelationshipReference of a 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 OneToManyRelationshipReference in org.eclipse.jpt.core.jpa2.context.orm
 

Subinterfaces of OneToManyRelationshipReference in org.eclipse.jpt.core.jpa2.context.orm
 interface OrmOneToManyRelationshipReference2_0
          Represents the RelationshipReference of an OrmOneToManyMapping 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 OneToManyRelationshipReference in org.eclipse.jpt.eclipselink.core.context
 

Subinterfaces of OneToManyRelationshipReference in org.eclipse.jpt.eclipselink.core.context
 interface EclipseLinkOneToManyRelationshipReference
          Represents the RelationshipReference of an EclipseLinkOneToManyMapping 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 OneToManyRelationshipReference in org.eclipse.jpt.eclipselink.core.v2_0.context
 

Subinterfaces of OneToManyRelationshipReference in org.eclipse.jpt.eclipselink.core.v2_0.context
 interface EclipseLinkOneToManyRelationshipReference2_0
          Represents the RelationshipReference of an EclipseLinkOneToManyMapping Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.