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.initialize(PrimaryKeyJoinColumnAnnotation primaryKeyJoinColumn)
           
 void JavaPrimaryKeyJoinColumn.update(PrimaryKeyJoinColumnAnnotation primaryKeyJoinColumn)
          Update the JavaPrimaryKeyJoinColumn context model object to match the PrimaryKeyJoinColumnAnnotation resource model object.
 

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

Subinterfaces of PrimaryKeyJoinColumnAnnotation in org.eclipse.jpt.core.resource.java
 interface NestablePrimaryKeyJoinColumnAnnotation
          Corresponds to the JPA annotation javax.persistence.PrimaryKeyJoinColumn 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)
          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.core.resource.java that return types with arguments of type PrimaryKeyJoinColumnAnnotation
 java.util.ListIterator<PrimaryKeyJoinColumnAnnotation> SecondaryTableAnnotation.pkJoinColumns()
          Corresponds to the 'pkJoinColumns' element of the SecondaryTable annotation.
 

Methods in org.eclipse.jpt.core.resource.java with parameters of type PrimaryKeyJoinColumnAnnotation
 int SecondaryTableAnnotation.indexOfPkJoinColumn(PrimaryKeyJoinColumnAnnotation pkJoinColumn)
          Corresponds to the 'pkJoinColumns' element of the SecondaryTable annotation.