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

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

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

Methods in org.eclipse.jpt.core with parameters of type OrmBaseJoinColumn.Owner
 OrmPrimaryKeyJoinColumn JpaFactory.buildOrmPrimaryKeyJoinColumn(OrmJpaContextNode parent, OrmBaseJoinColumn.Owner owner)
           
 

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

Subinterfaces of OrmBaseJoinColumn.Owner in org.eclipse.jpt.core.context.orm
static interface OrmJoinColumn.Owner
          interface allowing join columns to be used in multiple places (e.g.
 

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