Dali Provisional API
Release 3.2

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

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

Subinterfaces of ReadOnlyNamedColumn 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 NamedColumn
          Specified 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 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 ReadOnlyBaseColumn
          Read-only column 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 ReadOnlyBaseJoinColumn
          Read-only 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 ReadOnlyColumn
          Read-only 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 ReadOnlyJoinColumn
          Read-only 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 ReadOnlyNamedDiscriminatorColumn
          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 ReadOnlyPrimaryKeyJoinColumn
          Read-only 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 ReadOnlyTableColumn
          Read-only column 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.
 interface VirtualBaseColumn
          Virtual column 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 VirtualBaseJoinColumn
          Virtual join column (no virtual primary key join columns yet) 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.
 interface VirtualJoinColumn
          Virtual 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 VirtualNamedColumn
          Virtual column 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 VirtualNamedDiscriminatorColumn
          Virtual named 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 VirtualPrimaryKeyJoinColumn
          Virtual primary key join column.
 interface VirtualTableColumn
          Virtual table 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 ReadOnlyNamedColumn
 ReadOnlyNamedColumn VirtualNamedColumn.getOverriddenColumn()
          Return the virtual column's wrapped column.
 

Methods in org.eclipse.jpt.jpa.core.context with parameters of type ReadOnlyNamedColumn
 org.eclipse.jpt.jpa.core.internal.context.JptValidator ReadOnlyNamedColumn.Owner.buildColumnValidator(ReadOnlyNamedColumn column)
           
 String ReadOnlyNamedColumn.Owner.getDefaultColumnName(ReadOnlyNamedColumn column)
          Return the default column name.
 

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

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

Subinterfaces of ReadOnlyNamedColumn 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.
 interface OrmVirtualPrimaryKeyJoinColumn
          orm.xml virtual primary key join column.
 

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

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

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

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

Subinterfaces of ReadOnlyNamedColumn in org.eclipse.jpt.jpa.eclipselink.core.context
 interface ReadOnlyTenantDiscriminatorColumn2_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.
 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.
 interface VirtualTenantDiscriminatorColumn2_3
          Virtual 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 ReadOnlyNamedColumn in org.eclipse.jpt.jpa.eclipselink.core.context.java
 

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

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