Dali Provisional API
Release 3.2

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

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

Subinterfaces of NamedColumn 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 BaseJoinColumn
          Specified join column primary key 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 DiscriminatorColumn
          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.
 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.
 interface NamedDiscriminatorColumn
          common interface for discriminator columns Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface PrimaryKeyJoinColumn
          primary key 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 TableColumn
          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.
 

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

Subinterfaces of NamedColumn 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 JavaBaseJoinColumn
          Java join column or primary key 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 JavaDiscriminatorColumn
          Java 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.
 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.
 interface JavaNamedColumn
          Java column join column primary key join column discriminator column order 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 JavaPrimaryKeyJoinColumn
          Java primary key 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 NamedColumn in org.eclipse.jpt.jpa.core.context.orm
 

Subinterfaces of NamedColumn 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 OrmBaseJoinColumn
          orm.xml join column or primary key 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 OrmDiscriminatorColumn
          orm.xml 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.
 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.
 interface OrmNamedColumn
          orm.xml column join column primary key join column discriminator column order 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 OrmPrimaryKeyJoinColumn
          orm.xml primary key 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 NamedColumn in org.eclipse.jpt.jpa.core.jpa2.context
 

Subinterfaces of NamedColumn in org.eclipse.jpt.jpa.core.jpa2.context
 interface OrderColumn2_0
          order 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 NamedColumn in org.eclipse.jpt.jpa.core.jpa2.context.java
 

Subinterfaces of NamedColumn in org.eclipse.jpt.jpa.core.jpa2.context.java
 interface JavaOrderColumn2_0
          orm.xml order 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 NamedColumn in org.eclipse.jpt.jpa.core.jpa2.context.orm
 

Subinterfaces of NamedColumn in org.eclipse.jpt.jpa.core.jpa2.context.orm
 interface OrmOrderColumn2_0
          orm.xml order 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 NamedColumn in org.eclipse.jpt.jpa.eclipselink.core.context
 

Subinterfaces of NamedColumn 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 NamedColumn in org.eclipse.jpt.jpa.eclipselink.core.context.java
 

Subinterfaces of NamedColumn 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 NamedColumn in org.eclipse.jpt.jpa.eclipselink.core.context.orm
 

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