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

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

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

Subinterfaces of OrmColumn.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.
 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.
 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 with parameters of type OrmColumn.Owner
 OrmColumn OrmXmlContextNodeFactory.buildOrmColumn(XmlContextNode parent, OrmColumn.Owner owner)