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

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

Uses of OrmNamedColumn.Owner in org.eclipse.jpt.core
 

Methods in org.eclipse.jpt.core with parameters of type OrmNamedColumn.Owner
 OrmDiscriminatorColumn JpaFactory.buildOrmDiscriminatorColumn(OrmEntity parent, OrmNamedColumn.Owner owner)
           
 

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

Subinterfaces of OrmNamedColumn.Owner in org.eclipse.jpt.core.context.orm
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.
 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 OrmNamedColumn.Owner
 OrmNamedColumn.Owner OrmNamedColumn.getOwner()