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

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

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.
static interface OrmDiscriminatorColumn.Owner
          interface allowing columns to be used in multiple places
 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 OrmVersionMapping
          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 OrmNamedColumn.Owner in org.eclipse.jpt.core.jpa2.context.orm
 

Methods in org.eclipse.jpt.core.jpa2.context.orm with parameters of type OrmNamedColumn.Owner
 OrmOrderColumn2_0 OrmXml2_0ContextNodeFactory.buildOrmOrderColumn(OrmOrderable2_0 parent, OrmNamedColumn.Owner owner)