Uses of Interface
org.eclipse.jpt.core.context.orm.OrmBaseColumn.Owner

Packages that use OrmBaseColumn.Owner
org.eclipse.jpt.core.context.orm   
 

Uses of OrmBaseColumn.Owner in org.eclipse.jpt.core.context.orm
 

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

Methods in org.eclipse.jpt.core.context.orm that return OrmBaseColumn.Owner
 OrmBaseColumn.Owner OrmBaseColumn.getOwner()