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   
org.eclipse.jpt.core.jpa2.context   
 

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()
           
 Column AttributeMapping.resolveOverriddenColumn(java.lang.String attributeName)
          Returns the Column of the overridable attribute mapping with the given attribute name.
 Column AttributeOverride.Owner.resolveOverriddenColumn(java.lang.String attributeName)
          Return the column of the mapping or attribute override with the given attribute name.
 Column AttributeOverrideContainer.Owner.resolveOverriddenColumn(java.lang.String attributeOverrideName)
           
 Column TypeMapping.resolveOverriddenColumn(java.lang.String attributeName)
          Returns the Column of the overridable attribute mapping with the given attribute name.
 

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
 XmlColumn OrmAttributeOverrideContainer.Owner.buildVirtualXmlColumn(Column overridableColumn, java.lang.String attributeName, boolean isMetadataComplete)
          Build a virtual xml column based on the overridable column.
 void OrmColumn.initializeFrom(Column oldColumn)
           
 

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

Methods in org.eclipse.jpt.core.jpa2.context that return Column
 Column CollectionMapping2_0.getMapKeyColumn()
          Return the map key column for this collection mapping.
 Column ElementCollectionMapping2_0.getValueColumn()
          Return the value column for this element collection mapping.