Uses of Interface
org.eclipse.jpt.jpa.core.jpa2.context.SingleRelationshipMapping2_0

Packages that use SingleRelationshipMapping2_0
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.v2_0.context   
 

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

Subinterfaces of SingleRelationshipMapping2_0 in org.eclipse.jpt.jpa.core.jpa2.context
 interface ManyToOneMapping2_0
          JPA 2.0 m:1 mapping
 interface OneToOneMapping2_0
          JPA 2.0 1:1 mapping
 

Methods in org.eclipse.jpt.jpa.core.jpa2.context that return SingleRelationshipMapping2_0
 SingleRelationshipMapping2_0 DerivedIdentity2_0.getMapping()
          Return the associated single relationship mapping.
 

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

Subinterfaces of SingleRelationshipMapping2_0 in org.eclipse.jpt.jpa.core.jpa2.context.java
 interface JavaManyToOneMapping2_0
          JPA 2.0 Java m:1 mapping
 interface JavaOneToOneMapping2_0
          JPA 2.0 Java 1:1 mapping
 interface JavaSingleRelationshipMapping2_0
          JPA 2.0 Java single (m:1, 1:1) mapping
 

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

Subinterfaces of SingleRelationshipMapping2_0 in org.eclipse.jpt.jpa.core.jpa2.context.orm
 interface OrmManyToOneMapping2_0
          JPA 2.0 orm.xml m:1 mapping.
 interface OrmOneToOneMapping2_0
          JPA 2.0 orm.xml 1:1 mapping.
 interface OrmSingleRelationshipMapping2_0
          JPA 2.0 orm.xml single (1:1, m:1) mapping.
 

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

Subinterfaces of SingleRelationshipMapping2_0 in org.eclipse.jpt.jpa.eclipselink.core.v2_0.context
 interface EclipseLinkOneToOneMapping2_0
          EclipseLink 1:1 mapping