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

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

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

Methods in org.eclipse.jpt.core.context.java with parameters of type JoinColumnAnnotation
 void JavaJoinColumn.initialize(JoinColumnAnnotation joinColumnAnnotation)
          Initialize the join column from the specified annotation.
 void JavaJoinColumn.update(JoinColumnAnnotation joinColumnAnnotation)
          Update the join column from the specified annotation.
 

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

Subinterfaces of JoinColumnAnnotation in org.eclipse.jpt.core.resource.java
 interface NestableJoinColumnAnnotation
          Corresponds to the JPA annotation javax.persistence.JoinColumn 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 JoinColumnAnnotation
 JoinColumnAnnotation JoinTableAnnotation.addInverseJoinColumn(int index)
          Corresponds to the 'inverseJoinColumns' element of the JoinTable annotation.
 JoinColumnAnnotation AssociationOverrideAnnotation.addJoinColumn(int index)
          Corresponds to the 'joinColumns' element of the AssociationOverride annotation.
 JoinColumnAnnotation ReferenceTableAnnotation.addJoinColumn(int index)
          Corresponds to the 'joinColumns' element of the JoinTable annotation.
 JoinColumnAnnotation JoinTableAnnotation.inverseJoinColumnAt(int index)
          Corresponds to the 'inverseJoinColumns' element of the JoinTable annotation.
 JoinColumnAnnotation AssociationOverrideAnnotation.joinColumnAt(int index)
          Corresponds to the 'joinColumns' element of the AssociationOverride annotation.
 JoinColumnAnnotation ReferenceTableAnnotation.joinColumnAt(int index)
          Corresponds to the 'joinColumns' element of the JoinTable annotation.
 

Methods in org.eclipse.jpt.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> AssociationOverrideAnnotation.joinColumns()
          Corresponds to the 'joinColumns' element of the AssociationOverride annotation.
 java.util.ListIterator<JoinColumnAnnotation> ReferenceTableAnnotation.joinColumns()
          Corresponds to the 'joinColumns' element of the JoinTable annotation.
 

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