Uses of Interface
org.eclipse.jpt.jpa.core.context.orm.OrmRelationshipMapping

Packages that use OrmRelationshipMapping
org.eclipse.jpt.jpa.core.context.orm   
org.eclipse.jpt.jpa.core.jpa2.context.orm   
 

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

Subinterfaces of OrmRelationshipMapping in org.eclipse.jpt.jpa.core.context.orm
 interface OrmManyToManyMapping
          orm.xml m:m mapping
 interface OrmManyToOneMapping
          orm.xml m:1 mapping.
 interface OrmMultiRelationshipMapping
          orm.xml multi-valued (1:m, m:m) relationship mapping.
 interface OrmOneToManyMapping
          orm.xml 1:m mapping
 interface OrmOneToOneMapping
          orm.xml 1:1 mapping.
 interface OrmSingleRelationshipMapping
          orm.xml single (1:1, m:1) mapping.
 

Methods in org.eclipse.jpt.jpa.core.context.orm that return OrmRelationshipMapping
 OrmRelationshipMapping OrmMappingRelationship.getMapping()
           
 

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

Subinterfaces of OrmRelationshipMapping in org.eclipse.jpt.jpa.core.jpa2.context.orm
 interface OrmManyToManyMapping2_0
          JPA 2.0 orm.xml m:m mapping
 interface OrmManyToOneMapping2_0
          JPA 2.0 orm.xml m:1 mapping.
 interface OrmOneToManyMapping2_0
          JPA 2.0 orm.xml 1:m 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.