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

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

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

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