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

Packages that use JoinTableAnnotation
org.eclipse.jpt.core.context.java   
org.eclipse.jpt.core.jpa2.resource.java   
org.eclipse.jpt.core.resource.java   
 

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

Methods in org.eclipse.jpt.core.context.java that return JoinTableAnnotation
 JoinTableAnnotation JavaJoinTableJoiningStrategy.getAnnotation()
          Return the join table annotation, use a null object instead of returning null if the join table annotation does not exist.
 

Methods in org.eclipse.jpt.core.context.java with parameters of type JoinTableAnnotation
 void JavaJoinTable.initialize(JoinTableAnnotation joinTableAnnotation)
           
 void JavaJoinTable.update(JoinTableAnnotation joinTableAnnotation)
           
 

Uses of JoinTableAnnotation in org.eclipse.jpt.core.jpa2.resource.java
 

Methods in org.eclipse.jpt.core.jpa2.resource.java that return JoinTableAnnotation
 JoinTableAnnotation AssociationOverride2_0Annotation.addJoinTable()
          Add the 'joinTable' element to the AssociationOverride annotation.
 JoinTableAnnotation AssociationOverride2_0Annotation.getJoinTable()
          Corresponds to the 'joinTable' element of the AssociationOverride annotation.
 JoinTableAnnotation AssociationOverride2_0Annotation.getNonNullJoinTable()
           
 

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

Subinterfaces of JoinTableAnnotation in org.eclipse.jpt.core.resource.java
 interface NestableJoinTableAnnotation
          Corresponds to the JPA annotation javax.persistence.JoinTable Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.