Dali Provisional API
Release 3.2

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

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

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

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

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

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

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


Dali Provisional API
Release 3.2

Copyright (c) 2012 Oracle. All rights reserved.