Dali Provisional API
Release 3.2

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

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

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

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
 org.eclipse.jpt.common.utility.iterable.ListIterable<JoinColumnAnnotation> JoinTableAnnotation.getInverseJoinColumns()
          Corresponds to the 'inverseJoinColumns' element of the JoinTable annotation.
 org.eclipse.jpt.common.utility.iterable.ListIterable<JoinColumnAnnotation> ReferenceTableAnnotation.getJoinColumns()
          Corresponds to the 'joinColumns' element of the JoinTable annotation.
 org.eclipse.jpt.common.utility.iterable.ListIterable<JoinColumnAnnotation> AssociationOverrideAnnotation.getJoinColumns()
          Corresponds to the 'joinColumns' element of the AssociationOverride annotation.
 


Dali Provisional API
Release 3.2

Copyright (c) 2012 Oracle. All rights reserved.