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

Packages that use PrimaryKeyJoinColumnRelationship
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   
 

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

Subinterfaces of PrimaryKeyJoinColumnRelationship in org.eclipse.jpt.jpa.core.context
 interface OneToOneRelationship
          1:1 relationship (mapped by, join column, primary key join column)
 

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

Subinterfaces of PrimaryKeyJoinColumnRelationship in org.eclipse.jpt.jpa.core.context.java
 interface JavaOneToOneRelationship
          Java 1:1 relationship
 interface JavaPrimaryKeyJoinColumnRelationship
          Java primary key join column relationship (1:1)
 

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

Subinterfaces of PrimaryKeyJoinColumnRelationship in org.eclipse.jpt.jpa.core.context.orm
 interface OrmOneToOneRelationship
          orm.xml 1:1 relationship
 interface OrmPrimaryKeyJoinColumnRelationship
          orm.xml primary key join column relationship (1:1)
 

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

Subinterfaces of PrimaryKeyJoinColumnRelationship in org.eclipse.jpt.jpa.core.jpa2.context
 interface OneToOneRelationship2_0
          JPA 2.0 1:1 relationship (mapped by, join column, primary key join column, join table)
 

Uses of PrimaryKeyJoinColumnRelationship in org.eclipse.jpt.jpa.core.jpa2.context.java
 

Subinterfaces of PrimaryKeyJoinColumnRelationship in org.eclipse.jpt.jpa.core.jpa2.context.java
 interface JavaOneToOneRelationship2_0
          JPA 2.0 Java 1:1 relationship
 

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

Subinterfaces of PrimaryKeyJoinColumnRelationship in org.eclipse.jpt.jpa.core.jpa2.context.orm
 interface OrmOneToOneRelationship2_0
          JPA 2.0 orm.xml 1:1 relationship