Dali Provisional API
Release 3.2

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 AttributeOverride.getColumn()
           
 Column ColumnMapping.getColumn()
           
 Column AttributeMapping.resolveOverriddenColumn(String attributeName)
          Return the column of the overridable attribute mapping (or attribute override) with the specified attribute name.
 Column TypeMapping.resolveOverriddenColumn(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 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.jpa.core.context.orm
 

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


Dali Provisional API
Release 3.2

Copyright (c) 2012 Oracle. All rights reserved.