Dali Provisional API
Release 3.2

Uses of Interface
org.eclipse.jpt.jpa.core.resource.java.PrimaryKeyJoinColumnAnnotation

Packages that use PrimaryKeyJoinColumnAnnotation
org.eclipse.jpt.jpa.core   
org.eclipse.jpt.jpa.core.context.java   
org.eclipse.jpt.jpa.core.resource.java   
 

Uses of PrimaryKeyJoinColumnAnnotation in org.eclipse.jpt.jpa.core
 

Methods in org.eclipse.jpt.jpa.core with parameters of type PrimaryKeyJoinColumnAnnotation
 JavaSpecifiedPrimaryKeyJoinColumn JpaFactory.buildJavaPrimaryKeyJoinColumn(BaseJoinColumn.ParentAdapter parentAdapter, PrimaryKeyJoinColumnAnnotation pkJoinColumnAnnotation)
           
 

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

Methods in org.eclipse.jpt.jpa.core.context.java that return PrimaryKeyJoinColumnAnnotation
 PrimaryKeyJoinColumnAnnotation JavaSpecifiedPrimaryKeyJoinColumn.getColumnAnnotation()
           
 

Uses of PrimaryKeyJoinColumnAnnotation in org.eclipse.jpt.jpa.core.resource.java
 

Methods in org.eclipse.jpt.jpa.core.resource.java that return PrimaryKeyJoinColumnAnnotation
 PrimaryKeyJoinColumnAnnotation SecondaryTableAnnotation.addPkJoinColumn(int index)
          Corresponds to the 'pkJoinColumns' element of the SecondaryTable annotation.
 PrimaryKeyJoinColumnAnnotation SecondaryTableAnnotation.pkJoinColumnAt(int index)
          Corresponds to the 'pkJoinColumns' element of the SecondaryTable annotation.
 

Methods in org.eclipse.jpt.jpa.core.resource.java that return types with arguments of type PrimaryKeyJoinColumnAnnotation
 org.eclipse.jpt.common.utility.iterable.ListIterable<PrimaryKeyJoinColumnAnnotation> SecondaryTableAnnotation.getPkJoinColumns()
          Corresponds to the 'pkJoinColumns' element of the SecondaryTable annotation.
 


Dali Provisional API
Release 3.2

Copyright (c) 2012 Oracle. All rights reserved.