Dali Provisional API
Release 3.2

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

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

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

Subinterfaces of ReadOnlyBaseJoinColumn in org.eclipse.jpt.jpa.core.context
 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 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 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 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 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 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 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 VirtualPrimaryKeyJoinColumn
          Virtual primary key join column.
 

Methods in org.eclipse.jpt.jpa.core.context that return ReadOnlyBaseJoinColumn
 ReadOnlyBaseJoinColumn VirtualBaseJoinColumn.getOverriddenColumn()
           
 

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

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

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


Dali Provisional API
Release 3.2

Copyright (c) 2012 Oracle. All rights reserved.