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   
 

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

Subinterfaces of Column in org.eclipse.jpt.jpa.core.context
 interface SpecifiedColumn
          Specified 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 VirtualColumn
          Virtual 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.jpa.core.context that return Column
 Column AttributeOverride.getColumn()
           
 Column VirtualColumn.getOverriddenColumn()
           
 Column VirtualColumn.ParentAdapter.resolveOverriddenColumn()
          Return the column overridden by the virtual column.
 Column AttributeOverrideContainer.resolveOverriddenColumn(String attributeName)
          Return the column of the mapping or attribute override for the specified attribute.
 Column AttributeOverrideContainer.ParentAdapter.resolveOverriddenColumn(String attributeName)
           
 

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

Subinterfaces of Column in org.eclipse.jpt.jpa.core.context.java
 interface JavaSpecifiedColumn
          Java specified 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.jpa.core.context.java that return Column
 Column JavaAttributeOverrideContainer.getOverrideColumn(String overrideName)
          Return the specified override's column.
 

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

Subinterfaces of Column in org.eclipse.jpt.jpa.core.context.orm
 interface OrmSpecifiedColumn
          orm.xml specified column Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 


Dali Provisional API
Release 3.2

Copyright (c) 2012 Oracle. All rights reserved.