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
 JavaPrimaryKeyJoinColumn JpaFactory.buildJavaPrimaryKeyJoinColumn(JavaJpaContextNode parent, JavaBaseJoinColumn.Owner owner, 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 JavaPrimaryKeyJoinColumn.getColumnAnnotation()
           
 

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

Subinterfaces of PrimaryKeyJoinColumnAnnotation in org.eclipse.jpt.jpa.core.resource.java
 interface NestablePrimaryKeyJoinColumnAnnotation
          Corresponds to the JPA annotation javax.persistence.PrimaryKeyJoinColumn
 

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
 java.util.ListIterator<PrimaryKeyJoinColumnAnnotation> SecondaryTableAnnotation.pkJoinColumns()
          Corresponds to the 'pkJoinColumns' element of the SecondaryTable annotation.
 

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