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

Packages that use OneToManyRelationship
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.core.jpa2.context.java   
org.eclipse.jpt.jpa.core.jpa2.context.orm   
org.eclipse.jpt.jpa.eclipselink.core.context   
org.eclipse.jpt.jpa.eclipselink.core.context.java   
org.eclipse.jpt.jpa.eclipselink.core.context.orm   
org.eclipse.jpt.jpa.eclipselink.core.v2_0.context   
org.eclipse.jpt.jpa.eclipselink.core.v2_0.context.java   
org.eclipse.jpt.jpa.eclipselink.core.v2_0.context.orm   
 

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

Methods in org.eclipse.jpt.jpa.core.context that return OneToManyRelationship
 OneToManyRelationship OneToManyMapping.getRelationship()
           
 

Uses of OneToManyRelationship in org.eclipse.jpt.jpa.core.context.java
 

Subinterfaces of OneToManyRelationship in org.eclipse.jpt.jpa.core.context.java
 interface JavaOneToManyRelationship
          Java 1:m relationship
 

Uses of OneToManyRelationship in org.eclipse.jpt.jpa.core.context.orm
 

Subinterfaces of OneToManyRelationship in org.eclipse.jpt.jpa.core.context.orm
 interface OrmOneToManyRelationship
          orm.xml 1:m relationship reference
 

Uses of OneToManyRelationship in org.eclipse.jpt.jpa.core.jpa2.context
 

Subinterfaces of OneToManyRelationship in org.eclipse.jpt.jpa.core.jpa2.context
 interface OneToManyRelationship2_0
          JPA 2.0 1:m relationship (mapped by, join table, join column)
 

Methods in org.eclipse.jpt.jpa.core.jpa2.context that return OneToManyRelationship
 OneToManyRelationship OneToManyMapping2_0.getRelationship()
           
 

Uses of OneToManyRelationship in org.eclipse.jpt.jpa.core.jpa2.context.java
 

Subinterfaces of OneToManyRelationship in org.eclipse.jpt.jpa.core.jpa2.context.java
 interface JavaOneToManyRelationship2_0
          JPA 2.0 Java 1:m relationship
 

Uses of OneToManyRelationship in org.eclipse.jpt.jpa.core.jpa2.context.orm
 

Subinterfaces of OneToManyRelationship in org.eclipse.jpt.jpa.core.jpa2.context.orm
 interface OrmOneToManyRelationship2_0
          JPA 2.0 orm.xml 1:m relationship
 

Uses of OneToManyRelationship in org.eclipse.jpt.jpa.eclipselink.core.context
 

Subinterfaces of OneToManyRelationship in org.eclipse.jpt.jpa.eclipselink.core.context
 interface EclipseLinkOneToManyRelationship
          EclipseLink 1:m relationship
 

Uses of OneToManyRelationship in org.eclipse.jpt.jpa.eclipselink.core.context.java
 

Subinterfaces of OneToManyRelationship in org.eclipse.jpt.jpa.eclipselink.core.context.java
 interface EclipseLinkJavaOneToManyRelationship
          EclipseLink Java 1:m relationship
 

Uses of OneToManyRelationship in org.eclipse.jpt.jpa.eclipselink.core.context.orm
 

Subinterfaces of OneToManyRelationship in org.eclipse.jpt.jpa.eclipselink.core.context.orm
 interface EclipseLinkOrmOneToManyRelationship
          EclipseLink orm.xml 1:m relationship
 

Uses of OneToManyRelationship in org.eclipse.jpt.jpa.eclipselink.core.v2_0.context
 

Subinterfaces of OneToManyRelationship in org.eclipse.jpt.jpa.eclipselink.core.v2_0.context
 interface EclipseLinkOneToManyRelationship2_0
          EclipseLink 2.0 1:m relationship
 

Uses of OneToManyRelationship in org.eclipse.jpt.jpa.eclipselink.core.v2_0.context.java
 

Subinterfaces of OneToManyRelationship in org.eclipse.jpt.jpa.eclipselink.core.v2_0.context.java
 interface EclipseLinkJavaOneToManyRelationship2_0
          EclipseLink 2.0 Java 1:m relationship
 

Uses of OneToManyRelationship in org.eclipse.jpt.jpa.eclipselink.core.v2_0.context.orm
 

Subinterfaces of OneToManyRelationship in org.eclipse.jpt.jpa.eclipselink.core.v2_0.context.orm
 interface EclipseLinkOrmOneToManyRelationship2_0
          EclipseLink 2.0 orm.xml 1:m relationship