Uses of Interface
org.eclipse.jpt.core.context.NamedColumn.Owner

Packages that use NamedColumn.Owner
org.eclipse.jpt.core.context   
org.eclipse.jpt.core.context.java   
org.eclipse.jpt.core.context.orm   
 

Uses of NamedColumn.Owner in org.eclipse.jpt.core.context
 

Subinterfaces of NamedColumn.Owner in org.eclipse.jpt.core.context
 interface AttributeOverride
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
static interface BaseColumn.Owner
          interface allowing columns to be used in multiple places (e.g.
static interface BaseJoinColumn.Owner
           
 interface BasicMapping
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface ColumnMapping
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface IdMapping
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
static interface JoinColumn.Owner
          interface allowing join columns to be used in multiple places (e.g.
 interface VersionMapping
          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 that return NamedColumn.Owner
 NamedColumn.Owner NamedColumn.getOwner()
           
 

Uses of NamedColumn.Owner in org.eclipse.jpt.core.context.java
 

Subinterfaces of NamedColumn.Owner in org.eclipse.jpt.core.context.java
 interface JavaAttributeOverride
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
static interface JavaBaseColumn.Owner
          interface allowing columns to be used in multiple places (e.g.
static interface JavaBaseJoinColumn.Owner
          interface allowing join columns to be used in multiple places (e.g.
 interface JavaBasicMapping
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
static interface JavaColumn.Owner
          interface allowing columns to be used in multiple places (e.g.
 interface JavaColumnMapping
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface JavaIdMapping
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
static interface JavaJoinColumn.Owner
          interface allowing join columns to be used in multiple places (e.g.
static interface JavaNamedColumn.Owner
          interface allowing columns to be used in multiple places (e.g.
 interface JavaVersionMapping
          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 NamedColumn.Owner in org.eclipse.jpt.core.context.orm
 

Subinterfaces of NamedColumn.Owner in org.eclipse.jpt.core.context.orm
 interface OrmAttributeOverride
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
static interface OrmBaseColumn.Owner
          interface allowing columns to be used in multiple places (e.g.
static interface OrmBaseJoinColumn.Owner
          interface allowing join columns to be used in multiple places (e.g.
 interface OrmBasicMapping
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
static interface OrmColumn.Owner
          interface allowing columns to be used in multiple places (e.g.
 interface OrmColumnMapping
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface OrmIdMapping
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
static interface OrmJoinColumn.Owner
          interface allowing join columns to be used in multiple places (e.g.
static interface OrmNamedColumn.Owner
          interface allowing columns to be used in multiple places (e.g.
 interface OrmVersionMapping
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.