Dali Provisional API
Release 3.2

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

Packages that use TableColumn
org.eclipse.jpt.jpa.core.context   
org.eclipse.jpt.jpa.core.context.java   
org.eclipse.jpt.jpa.core.context.orm   
org.eclipse.jpt.jpa.eclipselink.core.context   
org.eclipse.jpt.jpa.eclipselink.core.context.java   
org.eclipse.jpt.jpa.eclipselink.core.context.orm   
 

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

Subinterfaces of TableColumn in org.eclipse.jpt.jpa.core.context
 interface BaseColumn
          column or join 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 Column
          Normal 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 JoinColumn
          Specified join 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 TableColumn in org.eclipse.jpt.jpa.core.context.java
 

Subinterfaces of TableColumn in org.eclipse.jpt.jpa.core.context.java
 interface JavaBaseColumn
          Java column or join 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 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.
 interface JavaJoinColumn
          Java join 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 TableColumn in org.eclipse.jpt.jpa.core.context.orm
 

Subinterfaces of TableColumn in org.eclipse.jpt.jpa.core.context.orm
 interface OrmBaseColumn
          orm.xml column or join 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 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.
 interface OrmJoinColumn
          orm.xml join 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 TableColumn in org.eclipse.jpt.jpa.eclipselink.core.context
 

Subinterfaces of TableColumn in org.eclipse.jpt.jpa.eclipselink.core.context
 interface TenantDiscriminatorColumn2_3
          tenant discriminator 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 TableColumn in org.eclipse.jpt.jpa.eclipselink.core.context.java
 

Subinterfaces of TableColumn in org.eclipse.jpt.jpa.eclipselink.core.context.java
 interface JavaTenantDiscriminatorColumn2_3
          tenant discriminator 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 TableColumn in org.eclipse.jpt.jpa.eclipselink.core.context.orm
 

Subinterfaces of TableColumn in org.eclipse.jpt.jpa.eclipselink.core.context.orm
 interface OrmTenantDiscriminatorColumn2_3
          orm tenant discriminator 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.