Dali Provisional API
Release 3.2

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

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

Subinterfaces of ReadOnlyTableColumn 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.
 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 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 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 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 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 ReadOnlyTableColumn
 ReadOnlyTableColumn VirtualTableColumn.getOverriddenColumn()
           
 

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

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

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

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

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

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