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

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

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

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

Subinterfaces of BaseColumn in org.eclipse.jpt.core.context.java
 interface JavaBaseColumn
          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
          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.
 

Uses of BaseColumn in org.eclipse.jpt.core.context.orm
 

Subinterfaces of BaseColumn in org.eclipse.jpt.core.context.orm
 interface OrmBaseColumn
          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
          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.