Dali Provisional API
Release 3.2

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 Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface OrmManyToOneMapping
          orm.xml m:1 mapping.
 interface OrmMultiRelationshipMapping
          orm.xml multi-valued relationship (1:m, m:m) mapping.
 interface OrmOneToManyMapping
          orm.xml 1:m mapping 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
          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 OrmSingleRelationshipMapping2_0
          JPA 2.0 orm.xml single (1:1, m:1) mapping.
 


Dali Provisional API
Release 3.2

Copyright (c) 2012 Oracle. All rights reserved.