Uses of Interface
org.eclipse.jpt.core.context.NamedColumn

Packages that use NamedColumn
org.eclipse.jpt.core.context   
org.eclipse.jpt.core.context.java   
org.eclipse.jpt.core.context.orm   
org.eclipse.jpt.core.jpa2.context   
org.eclipse.jpt.core.jpa2.context.java   
org.eclipse.jpt.core.jpa2.context.orm   
 

Uses of NamedColumn in org.eclipse.jpt.core.context
 

Subinterfaces of NamedColumn in org.eclipse.jpt.core.context
 interface BaseColumn
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface BaseJoinColumn
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface 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 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 JoinColumn
          join 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 PrimaryKeyJoinColumn
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 

Methods in org.eclipse.jpt.core.context with parameters of type NamedColumn
 org.eclipse.wst.validation.internal.provisional.core.IMessage BaseOverride.Owner.buildColumnUnresolvedNameMessage(BaseOverride override, NamedColumn column, TextRange textRange)
          Return a validation message for the column's name not resolving on the table either specified or default.
 org.eclipse.wst.validation.internal.provisional.core.IMessage OverrideContainer.Owner.buildColumnUnresolvedNameMessage(BaseOverride override, NamedColumn column, TextRange textRange)
          Return a validation message for the column's name not resolving on the table either specified or default.
 org.eclipse.wst.validation.internal.provisional.core.IMessage NamedColumn.Owner.buildUnresolvedNameMessage(NamedColumn column, TextRange textRange)
          Return a validation message for the column's name not resolving on the table either specified or default.
 

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

Subinterfaces of NamedColumn in org.eclipse.jpt.core.context.java
 interface JavaBaseColumn
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface JavaBaseJoinColumn
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface JavaColumn
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface JavaDiscriminatorColumn
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface JavaJoinColumn
          Java join 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 JavaNamedColumn
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface JavaPrimaryKeyJoinColumn
          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 NamedColumn in org.eclipse.jpt.core.context.orm
 

Subinterfaces of NamedColumn in org.eclipse.jpt.core.context.orm
 interface OrmBaseColumn
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface OrmBaseJoinColumn
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface OrmColumn
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface OrmDiscriminatorColumn
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface OrmJoinColumn
          orm.xml join 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 OrmNamedColumn
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface OrmPrimaryKeyJoinColumn
          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 NamedColumn in org.eclipse.jpt.core.jpa2.context
 

Subinterfaces of NamedColumn in org.eclipse.jpt.core.jpa2.context
 interface OrderColumn2_0
          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 NamedColumn in org.eclipse.jpt.core.jpa2.context.java
 

Subinterfaces of NamedColumn in org.eclipse.jpt.core.jpa2.context.java
 interface JavaOrderColumn2_0
          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 NamedColumn in org.eclipse.jpt.core.jpa2.context.orm
 

Subinterfaces of NamedColumn in org.eclipse.jpt.core.jpa2.context.orm
 interface OrmOrderColumn2_0
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.