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

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

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

Methods in org.eclipse.jpt.core with parameters of type OrmColumn.Owner
 OrmColumn JpaFactory.buildOrmColumn(OrmJpaContextNode parent, OrmColumn.Owner owner)
           
 

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 that return OrmColumn.Owner
 OrmColumn.Owner OrmColumn.getOwner()