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

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

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

Methods in org.eclipse.jpt.jpa.core.context that return Column
 Column ColumnMapping.getColumn()
           
 Column AttributeOverride.getColumn()
           
 Column VirtualColumn.getOverriddenColumn()
           
 Column VirtualColumn.Owner.resolveOverriddenColumn()
          Return the column overridden by the virtual column.
 Column TypeMapping.resolveOverriddenColumn(java.lang.String attributeName)
          Return the column of the overridable attribute mapping (or attribute override) with the specified attribute name.
 Column AttributeOverrideContainer.resolveOverriddenColumn(java.lang.String attributeName)
          Return the column of the mapping or attribute override with the specified attribute name.
 Column AttributeOverrideContainer.Owner.resolveOverriddenColumn(java.lang.String attributeName)
           
 Column AttributeMapping.resolveOverriddenColumn(java.lang.String attributeName)
          Return the column of the overridable attribute mapping (or attribute override) with the specified attribute name.
 

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

Subinterfaces of Column in org.eclipse.jpt.jpa.core.context.java
 interface JavaColumn
          Java column
 

Methods in org.eclipse.jpt.jpa.core.context.java that return Column
 Column JavaVirtualColumn.getOverriddenColumn()
          The overridden column can be either a Java join column or an orm.xml join column; so we don't change the return type here.
 Column JavaVirtualColumn.Owner.resolveOverriddenColumn()
          The overridden column can be either a Java column or an orm.xml column; so we don't change the return type here.
 

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

Subinterfaces of Column in org.eclipse.jpt.jpa.core.context.orm
 interface OrmColumn
          orm.xml column
 

Methods in org.eclipse.jpt.jpa.core.context.orm that return Column
 Column OrmVirtualColumn.getOverriddenColumn()
          The overridden column can be either a Java join column or an orm.xml join column; so we don't change the return type here.
 Column OrmVirtualColumn.Owner.resolveOverriddenColumn()
          The overridden column can be either a Java column or an orm.xml column; so we don't change the return type here.
 

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

Methods in org.eclipse.jpt.jpa.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 mapping's value column.