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

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

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

Subinterfaces of BaseJoinColumn in org.eclipse.jpt.core.context
 interface JoinColumn
          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
          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.core.context with parameters of type BaseJoinColumn
 boolean BaseJoinColumn.Owner.isVirtual(BaseJoinColumn joinColumn)
           
 

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

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

Subinterfaces of BaseJoinColumn in org.eclipse.jpt.core.context.orm
 interface OrmBaseJoinColumn
          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
          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
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.