Dali Provisional API
Release 3.2

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

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

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

Subinterfaces of OrmMappingRelationship in org.eclipse.jpt.jpa.core.context.orm
 interface OrmManyToManyRelationship
          orm.xml m:m relationship Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface OrmManyToOneRelationship
          orm.xml m:1 relationship Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface OrmMappingJoinColumnRelationship
          orm.xml mapping join column relationship (1:1, 1:m, m:1) Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface OrmMappingJoinTableRelationship
          orm.xml mapping join table relationship (1:1, 1:m, m:1, m:m) Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface OrmOneToManyRelationship
          orm.xml 1:m relationship reference Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface OrmOneToOneRelationship
          orm.xml 1:1 relationship Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface OrmPrimaryKeyJoinColumnRelationship
          orm.xml primary key join column relationship (1:1) Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 

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

Methods in org.eclipse.jpt.jpa.core.context.orm with parameters of type OrmMappingRelationship
 void OrmMappingRelationship.initializeFrom(OrmMappingRelationship oldRelationship)
          Called when converting one orm.xml relationship mapping to another; to preserve any specified strategies.
 void OrmMappingRelationship.initializeOn(OrmMappingRelationship newRelationship)
          Called by initializeFrom(OrmMappingRelationship) (on the old relationship) so we can use double-dispatching.
 

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

Subinterfaces of OrmMappingRelationship in org.eclipse.jpt.jpa.core.jpa2.context.orm
 interface OrmManyToOneRelationship2_0
          JPA 2.0 orm.xml m:1 relationship Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface OrmOneToManyRelationship2_0
          JPA 2.0 orm.xml 1:m relationship Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface OrmOneToOneRelationship2_0
          JPA 2.0 orm.xml 1:1 relationship 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 OrmMappingRelationship in org.eclipse.jpt.jpa.eclipselink.core.context.orm
 

Subinterfaces of OrmMappingRelationship in org.eclipse.jpt.jpa.eclipselink.core.context.orm
 interface EclipseLinkOrmOneToManyRelationship
          EclipseLink orm.xml 1:m relationship Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface EclipseLinkOrmOneToManyRelationship2_0
          EclipseLink 2.0 orm.xml 1:m relationship Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 


Dali Provisional API
Release 3.2

Copyright (c) 2012 Oracle. All rights reserved.