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

Packages that use BaseColumn
org.eclipse.jpt.core.context   
org.eclipse.jpt.core.context.java   
org.eclipse.jpt.core.context.orm   
 

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

Subinterfaces of BaseColumn in org.eclipse.jpt.core.context
 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 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.
 

Methods in org.eclipse.jpt.core.context with parameters of type BaseColumn
 org.eclipse.wst.validation.internal.provisional.core.IMessage BaseOverride.Owner.buildColumnTableNotValidMessage(BaseOverride override, BaseColumn column, TextRange textRange)
           
 org.eclipse.wst.validation.internal.provisional.core.IMessage OverrideContainer.Owner.buildColumnTableNotValidMessage(BaseOverride override, BaseColumn column, TextRange textRange)
          Return a validation message for the column's table not being valid in the context.
 org.eclipse.wst.validation.internal.provisional.core.IMessage BaseColumn.Owner.buildTableNotValidMessage(BaseColumn column, TextRange textRange)
          Return a validation message for when the specified table is not valid in this context.
 

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

Subinterfaces of BaseColumn 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 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 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.
 

Uses of BaseColumn in org.eclipse.jpt.core.context.orm
 

Subinterfaces of BaseColumn 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 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 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.