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

Packages that use NamedColumnAnnotation
org.eclipse.jpt.core.jpa2.resource.java   
org.eclipse.jpt.core.resource.java   
 

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

Subinterfaces of NamedColumnAnnotation in org.eclipse.jpt.core.jpa2.resource.java
 interface MapKeyColumn2_0Annotation
          Corresponds to the JPA 2.0 annotation javax.persistence.MapKeyColumn
 interface MapKeyJoinColumn2_0Annotation
          Corresponds to the JPA annotation javax.persistence.MapKeyJoinColumn Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface NestableMapKeyJoinColumnAnnotation
          Corresponds to the JPA annotation javax.persistence.MapKeyJoinColumn Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface OrderColumn2_0Annotation
          Corresponds to the JPA 2.0 annotation javax.persistence.OrderColumn Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 

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

Subinterfaces of NamedColumnAnnotation in org.eclipse.jpt.core.resource.java
 interface BaseColumnAnnotation
          Common protocol among javax.persistence.Column 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 BaseJoinColumnAnnotation
          Common protocol among javax.persistence.JoinColumn javax.persistence.MapKeyJoinColumn Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 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 DiscriminatorColumnAnnotation
          Corresponds to the JPA annotation javax.persistence.DiscriminatorColumn 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.
 interface NestablePrimaryKeyJoinColumnAnnotation
          Corresponds to the JPA annotation javax.persistence.PrimaryKeyJoinColumn Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface PrimaryKeyJoinColumnAnnotation
          Corresponds to the JPA annotation javax.persistence.PrimaryKeyJoinColumn Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.