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

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

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

Methods in org.eclipse.jpt.jpa.core with parameters of type JoinColumnAnnotation
 JavaJoinColumn JpaFactory.buildJavaJoinColumn(JavaJpaContextNode parent, JavaJoinColumn.Owner owner, JoinColumnAnnotation joinColumnAnnotation)
           
 

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

Methods in org.eclipse.jpt.jpa.core.context.java that return JoinColumnAnnotation
 JoinColumnAnnotation JavaJoinColumn.getColumnAnnotation()
           
 

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

Subinterfaces of JoinColumnAnnotation in org.eclipse.jpt.jpa.core.resource.java
 interface NestableJoinColumnAnnotation
          Corresponds to the JPA annotation javax.persistence.JoinColumn
 

Methods in org.eclipse.jpt.jpa.core.resource.java that return JoinColumnAnnotation
 JoinColumnAnnotation JoinTableAnnotation.addInverseJoinColumn(int index)
          Corresponds to the 'inverseJoinColumns' element of the JoinTable annotation.
 JoinColumnAnnotation ReferenceTableAnnotation.addJoinColumn(int index)
          Corresponds to the 'joinColumns' element of the JoinTable annotation.
 JoinColumnAnnotation AssociationOverrideAnnotation.addJoinColumn(int index)
          Corresponds to the 'joinColumns' element of the AssociationOverride annotation.
 JoinColumnAnnotation JoinTableAnnotation.inverseJoinColumnAt(int index)
          Corresponds to the 'inverseJoinColumns' element of the JoinTable annotation.
 JoinColumnAnnotation ReferenceTableAnnotation.joinColumnAt(int index)
          Corresponds to the 'joinColumns' element of the JoinTable annotation.
 JoinColumnAnnotation AssociationOverrideAnnotation.joinColumnAt(int index)
          Corresponds to the 'joinColumns' element of the AssociationOverride annotation.
 

Methods in org.eclipse.jpt.jpa.core.resource.java that return types with arguments of type JoinColumnAnnotation
 java.util.ListIterator<JoinColumnAnnotation> JoinTableAnnotation.inverseJoinColumns()
          Corresponds to the 'inverseJoinColumns' element of the JoinTable annotation.
 java.util.ListIterator<JoinColumnAnnotation> ReferenceTableAnnotation.joinColumns()
          Corresponds to the 'joinColumns' element of the JoinTable annotation.
 java.util.ListIterator<JoinColumnAnnotation> AssociationOverrideAnnotation.joinColumns()
          Corresponds to the 'joinColumns' element of the AssociationOverride annotation.
 

Methods in org.eclipse.jpt.jpa.core.resource.java with parameters of type JoinColumnAnnotation
 int JoinTableAnnotation.indexOfInverseJoinColumn(JoinColumnAnnotation joinColumn)
          Corresponds to the 'inverseJoinColumns' element of the JoinTable annotation.
 int ReferenceTableAnnotation.indexOfJoinColumn(JoinColumnAnnotation joinColumn)
          Corresponds to the 'joinColumns' element of the JoinTable annotation.
 int AssociationOverrideAnnotation.indexOfJoinColumn(JoinColumnAnnotation joinColumn)
          Corresponds to the 'joinColumns' element of the AssociationOverride annotation.