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

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

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

Methods in org.eclipse.jpt.jpa.core.context.java that return BaseTableAnnotation
 BaseTableAnnotation JavaTable.getTableAnnotation()
           
 

Uses of BaseTableAnnotation in org.eclipse.jpt.jpa.core.jpa2.resource.java
 

Subinterfaces of BaseTableAnnotation in org.eclipse.jpt.jpa.core.jpa2.resource.java
 interface CollectionTable2_0Annotation
          Corresponds to the JPA 2.0 annotation javax.persistence.CollectionTable
 

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

Subinterfaces of BaseTableAnnotation in org.eclipse.jpt.jpa.core.resource.java
 interface JoinTableAnnotation
          Corresponds to the JPA annotation javax.persistence.JoinTable
 interface NestableSecondaryTableAnnotation
          Corresponds to the JPA annotation javax.persistence.SecondaryTable
 interface ReferenceTableAnnotation
          Corresponds to the JPA annotations: javax.persistence.JoinTable javax.persistence.CollectionTable Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface SecondaryTableAnnotation
          Corresponds to the JPA annotation javax.persistence.SecondaryTable
 interface TableAnnotation
          Corresponds to the JPA annotation javax.persistence.Table