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

Packages that use BaseTableAnnotation
org.eclipse.jpt.core.resource.java   
 

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

Subinterfaces of BaseTableAnnotation in org.eclipse.jpt.core.resource.java
 interface JoinTableAnnotation
          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.
 interface NestableSecondaryTableAnnotation
          Corresponds to the JPA annotation javax.persistence.SecondaryTable 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 Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface TableAnnotation
          Corresponds to the JPA annotation javax.persistence.Table Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.