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
          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
          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
 org.eclipse.wst.validation.internal.provisional.core.IMessage AssociationOverride.Owner.buildColumnUnresolvedReferencedColumnNameMessage(AssociationOverride override, BaseJoinColumn column, TextRange textRange)
          Return a validation message for the join column referenced column name not resolving to the table.
 org.eclipse.wst.validation.internal.provisional.core.IMessage AssociationOverrideContainer.Owner.buildColumnUnresolvedReferencedColumnNameMessage(AssociationOverride override, BaseJoinColumn column, TextRange textRange)
          Return a validation message for the join column's referenced column name not resolving on the table either specified or default.
 org.eclipse.wst.validation.internal.provisional.core.IMessage BaseJoinColumn.Owner.buildUnresolvedReferencedColumnNameMessage(BaseJoinColumn column, TextRange textRange)
          On a virtual object validation message for when the column name does not resolve on the table
 org.eclipse.wst.validation.internal.provisional.core.IMessage AssociationOverride.Owner.buildUnspecifiedNameMultipleJoinColumnsMessage(AssociationOverride override, BaseJoinColumn column, TextRange textRange)
          Return a validation message for multiple join columns and the name is unspecified on the given join column.
 org.eclipse.wst.validation.internal.provisional.core.IMessage AssociationOverrideContainer.Owner.buildUnspecifiedNameMultipleJoinColumnsMessage(AssociationOverride override, BaseJoinColumn column, TextRange textRange)
          Return a validation message for multiple join columns and the name is unspecified on the given join column.
 org.eclipse.wst.validation.internal.provisional.core.IMessage BaseJoinColumn.Owner.buildUnspecifiedNameMultipleJoinColumnsMessage(BaseJoinColumn column, TextRange textRange)
          Validation message for when multiple join columns exist and the name is not specified and the owner is virtual
 org.eclipse.wst.validation.internal.provisional.core.IMessage AssociationOverride.Owner.buildUnspecifiedReferencedColumnNameMultipleJoinColumnsMessage(AssociationOverride override, BaseJoinColumn column, TextRange textRange)
          Return a validation message for multiple join columns and the referenced column name is unspecified on the given join column.
 org.eclipse.wst.validation.internal.provisional.core.IMessage AssociationOverrideContainer.Owner.buildUnspecifiedReferencedColumnNameMultipleJoinColumnsMessage(AssociationOverride override, BaseJoinColumn column, TextRange textRange)
          Return a validation message for multiple join columns and the referenced column name is unspecified on the given join column.
 org.eclipse.wst.validation.internal.provisional.core.IMessage BaseJoinColumn.Owner.buildUnspecifiedReferencedColumnNameMultipleJoinColumnsMessage(BaseJoinColumn column, TextRange textRange)
          Validation message for when multiple join columns exist and the referenced column name is not specified and the owner is virtual
 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
          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
          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
          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
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.