Dali Provisional API
Release 3.2

Uses of Interface
org.eclipse.jpt.jpa.core.context.MappedByRelationship

Packages that use MappedByRelationship
org.eclipse.jpt.jpa.core.context   
org.eclipse.jpt.jpa.core.context.java   
org.eclipse.jpt.jpa.core.context.orm   
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.context   
org.eclipse.jpt.jpa.eclipselink.core.context.java   
org.eclipse.jpt.jpa.eclipselink.core.context.orm   
 

Uses of MappedByRelationship in org.eclipse.jpt.jpa.core.context
 

Subinterfaces of MappedByRelationship in org.eclipse.jpt.jpa.core.context
 interface ManyToManyRelationship
          m: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 OneToManyRelationship
          1:m relationship (mapped by, join table) Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface OneToOneRelationship
          1:1 relationship (mapped by, join column, primary key join column) 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 with parameters of type MappedByRelationship
 void SpecifiedRelationship.initializeFromMappedByRelationship(MappedByRelationship oldRelationship)
           
 

Uses of MappedByRelationship in org.eclipse.jpt.jpa.core.context.java
 

Subinterfaces of MappedByRelationship in org.eclipse.jpt.jpa.core.context.java
 interface JavaManyToManyRelationship
          Java 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 JavaMappedByRelationship
          Java "mapped by" relationship (1:1, 1:m, 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 JavaOneToManyRelationship
          Java 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 JavaOneToOneRelationship
          Java 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 MappedByRelationship in org.eclipse.jpt.jpa.core.context.orm
 

Subinterfaces of MappedByRelationship 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 OrmMappedByRelationship
          orm.xml "mapped by" relationship (1:1, 1:m, 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.
 

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

Subinterfaces of MappedByRelationship in org.eclipse.jpt.jpa.core.jpa2.context
 interface OneToManyRelationship2_0
          JPA 2.0 1:m relationship (mapped by, join table, join column) Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface OneToOneRelationship2_0
          JPA 2.0 1:1 relationship (mapped by, join column, primary key join column, join table) 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 MappedByRelationship in org.eclipse.jpt.jpa.core.jpa2.context.java
 

Subinterfaces of MappedByRelationship in org.eclipse.jpt.jpa.core.jpa2.context.java
 interface JavaOneToManyRelationship2_0
          JPA 2.0 Java 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 JavaOneToOneRelationship2_0
          JPA 2.0 Java 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 MappedByRelationship in org.eclipse.jpt.jpa.core.jpa2.context.orm
 

Subinterfaces of MappedByRelationship in org.eclipse.jpt.jpa.core.jpa2.context.orm
 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 MappedByRelationship in org.eclipse.jpt.jpa.eclipselink.core.context
 

Subinterfaces of MappedByRelationship in org.eclipse.jpt.jpa.eclipselink.core.context
 interface EclipseLinkOneToManyRelationship
          EclipseLink 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 EclipseLinkOneToManyRelationship2_0
          EclipseLink 2.0 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.
 

Uses of MappedByRelationship in org.eclipse.jpt.jpa.eclipselink.core.context.java
 

Subinterfaces of MappedByRelationship in org.eclipse.jpt.jpa.eclipselink.core.context.java
 interface EclipseLinkJavaOneToManyRelationship
          EclipseLink Java 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 EclipseLinkJavaOneToManyRelationship2_0
          EclipseLink 2.0 Java 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.
 

Uses of MappedByRelationship in org.eclipse.jpt.jpa.eclipselink.core.context.orm
 

Subinterfaces of MappedByRelationship 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.