Dali Provisional API
Release 3.2

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

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

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

Subinterfaces of BaseColumn in org.eclipse.jpt.jpa.core.context
 interface Column
          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
          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 SpecifiedBaseColumn
          Specified 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 SpecifiedColumn
          Specified 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 SpecifiedJoinColumn
          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 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.
 

Methods in org.eclipse.jpt.jpa.core.context that return BaseColumn
 BaseColumn VirtualBaseColumn.getOverriddenColumn()
           
 

Methods in org.eclipse.jpt.jpa.core.context with parameters of type BaseColumn
 org.eclipse.jpt.jpa.core.internal.context.JpaValidator Override_.buildColumnValidator(BaseColumn column, TableColumn.ParentAdapter parentAdapter)
           
 org.eclipse.jpt.jpa.core.internal.context.JpaValidator OverrideRelationship.buildColumnValidator(BaseColumn column, TableColumn.ParentAdapter parentAdapter)
           
 org.eclipse.jpt.jpa.core.internal.context.JpaValidator OverrideContainer.buildColumnValidator(Override_ override, BaseColumn column, TableColumn.ParentAdapter parentAdapter)
           
 org.eclipse.jpt.jpa.core.internal.context.JpaValidator OverrideContainer.ParentAdapter.buildColumnValidator(Override_ override, BaseColumn column, TableColumn.ParentAdapter parentAdapter)
           
 

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

Subinterfaces of BaseColumn in org.eclipse.jpt.jpa.core.context.java
 interface JavaSpecifiedBaseColumn
          Java specified 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 JavaSpecifiedColumn
          Java specified 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 JavaSpecifiedJoinColumn
          Java 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.
 

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

Subinterfaces of BaseColumn in org.eclipse.jpt.jpa.core.context.orm
 interface OrmSpecifiedBaseColumn
          orm.xml specified 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 OrmSpecifiedColumn
          orm.xml specified 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 OrmSpecifiedJoinColumn
          orm.xml 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.
 


Dali Provisional API
Release 3.2

Copyright (c) 2012 Oracle. All rights reserved.