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

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

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

Methods in org.eclipse.jpt.core.context.java with parameters of type PrimaryKeyJoinColumnAnnotation
 void JavaPrimaryKeyJoinColumn.initializeFromResource(PrimaryKeyJoinColumnAnnotation primaryKeyJoinColumn)
           
 void JavaPrimaryKeyJoinColumn.update(PrimaryKeyJoinColumnAnnotation primaryKeyJoinColumn)
           
 

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

Subinterfaces of PrimaryKeyJoinColumnAnnotation in org.eclipse.jpt.core.resource.java
 interface NestablePrimaryKeyJoinColumn
          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.core.resource.java that return PrimaryKeyJoinColumnAnnotation
 PrimaryKeyJoinColumnAnnotation SecondaryTableAnnotation.addPkJoinColumn(int index)
           
 PrimaryKeyJoinColumnAnnotation SecondaryTableAnnotation.pkJoinColumnAt(int index)
           
 

Methods in org.eclipse.jpt.core.resource.java that return types with arguments of type PrimaryKeyJoinColumnAnnotation
 java.util.ListIterator<PrimaryKeyJoinColumnAnnotation> SecondaryTableAnnotation.pkJoinColumns()
           
 

Methods in org.eclipse.jpt.core.resource.java with parameters of type PrimaryKeyJoinColumnAnnotation
 int SecondaryTableAnnotation.indexOfPkJoinColumn(PrimaryKeyJoinColumnAnnotation pkJoinColumn)