Dali Provisional API
Release 3.2

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

Packages that use SpecifiedColumn
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 SpecifiedColumn in org.eclipse.jpt.jpa.core.context
 

Methods in org.eclipse.jpt.jpa.core.context that return SpecifiedColumn
 SpecifiedColumn SpecifiedAttributeOverride.getColumn()
           
 SpecifiedColumn ColumnMapping.getColumn()
           
 SpecifiedColumn AttributeMapping.resolveOverriddenColumn(String attributeName)
          Return the column of the overridable attribute mapping (or attribute override) with the specified attribute name.
 SpecifiedColumn TypeMapping.resolveOverriddenColumn(String attributeName)
          Return the column of the overridable attribute mapping (or attribute override) with the specified attribute name.
 

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

Subinterfaces of SpecifiedColumn 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.
 

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

Subinterfaces of SpecifiedColumn 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.
 

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

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


Dali Provisional API
Release 3.2

Copyright (c) 2012 Oracle. All rights reserved.