Uses of Interface
org.eclipse.jpt.jpa.core.context.ReadOnlyBaseJoinColumn.Owner

Packages that use ReadOnlyBaseJoinColumn.Owner
org.eclipse.jpt.jpa.core.context   
org.eclipse.jpt.jpa.core.context.java   
org.eclipse.jpt.jpa.core.context.orm   
 

Uses of ReadOnlyBaseJoinColumn.Owner in org.eclipse.jpt.jpa.core.context
 

Subinterfaces of ReadOnlyBaseJoinColumn.Owner in org.eclipse.jpt.jpa.core.context
static interface BaseJoinColumn.Owner
          Interface allowing columns to be used in multiple places (e.g.
static interface JoinColumn.Owner
          interface allowing join columns to be used in multiple places (e.g.
static interface ReadOnlyJoinColumn.Owner
          Interface allowing columns to be used in multiple places (e.g.
 

Uses of ReadOnlyBaseJoinColumn.Owner in org.eclipse.jpt.jpa.core.context.java
 

Subinterfaces of ReadOnlyBaseJoinColumn.Owner in org.eclipse.jpt.jpa.core.context.java
static interface JavaBaseJoinColumn.Owner
          interface allowing join columns to be used in multiple places (e.g.
static interface JavaJoinColumn.Owner
           
 

Uses of ReadOnlyBaseJoinColumn.Owner in org.eclipse.jpt.jpa.core.context.orm
 

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

Methods in org.eclipse.jpt.jpa.core.context.orm with parameters of type ReadOnlyBaseJoinColumn.Owner
 OrmVirtualPrimaryKeyJoinColumn OrmXmlContextNodeFactory.buildOrmVirtualPrimaryKeyJoinColumn(XmlContextNode parent, ReadOnlyBaseJoinColumn.Owner owner, JavaPrimaryKeyJoinColumn javaPrimaryKeyJoinColumn)