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

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

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

Methods in org.eclipse.jpt.core.context that return Column
 Column AttributeOverride.getColumn()
           
 Column ColumnMapping.getColumn()
           
 

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

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

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

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

Methods in org.eclipse.jpt.core.context.orm with parameters of type Column
 void OrmColumn.initializeFrom(Column oldColumn)