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

Packages that use SingleRelationshipMapping
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 SingleRelationshipMapping in org.eclipse.jpt.core.context
 

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

Subinterfaces of SingleRelationshipMapping in org.eclipse.jpt.core.context.java
 interface JavaManyToOneMapping
          The java representation of a ManyToOneMapping Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface JavaOneToOneMapping
          The java representation of a OneToOneMapping Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface JavaSingleRelationshipMapping
          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 SingleRelationshipMapping in org.eclipse.jpt.core.context.orm
 

Subinterfaces of SingleRelationshipMapping in org.eclipse.jpt.core.context.orm
 interface OrmManyToOneMapping
          The orm.xml representation of a ManyToOneMapping Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface OrmOneToOneMapping
          The orm.xml representation of a OneToOneMapping Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface OrmSingleRelationshipMapping
          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 SingleRelationshipMapping in org.eclipse.jpt.core.jpa2.context
 

Subinterfaces of SingleRelationshipMapping in org.eclipse.jpt.core.jpa2.context
 interface ManyToOneMapping2_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 OneToOneMapping2_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 SingleRelationshipMapping2_0
          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 SingleRelationshipMapping in org.eclipse.jpt.core.jpa2.context.java
 

Subinterfaces of SingleRelationshipMapping in org.eclipse.jpt.core.jpa2.context.java
 interface JavaManyToOneMapping2_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 JavaOneToOneMapping2_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 JavaSingleRelationshipMapping2_0
          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 SingleRelationshipMapping in org.eclipse.jpt.core.jpa2.context.orm
 

Subinterfaces of SingleRelationshipMapping in org.eclipse.jpt.core.jpa2.context.orm
 interface OrmManyToOneMapping2_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 OrmOneToOneMapping2_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 OrmSingleRelationshipMapping2_0
          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 SingleRelationshipMapping in org.eclipse.jpt.eclipselink.core.context
 

Subinterfaces of SingleRelationshipMapping in org.eclipse.jpt.eclipselink.core.context
 interface EclipseLinkOneToOneMapping
          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 SingleRelationshipMapping in org.eclipse.jpt.eclipselink.core.v2_0.context
 

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