Dali Provisional API
Release 3.2

Uses of Interface
org.eclipse.jpt.jpa.core.context.PrimaryKeyJoinColumn

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

Uses of PrimaryKeyJoinColumn in org.eclipse.jpt.jpa.core.context
 

Methods in org.eclipse.jpt.jpa.core.context that return PrimaryKeyJoinColumn
 PrimaryKeyJoinColumn PrimaryKeyJoinColumnRelationshipStrategy.addPrimaryKeyJoinColumn()
          Add a primary key join column.
 PrimaryKeyJoinColumn PrimaryKeyJoinColumnRelationshipStrategy.addPrimaryKeyJoinColumn(int index)
          Add a primary key join column.
 PrimaryKeyJoinColumn SecondaryTable.addSpecifiedPrimaryKeyJoinColumn()
          Add a specified primary key join column to the secondary table.
 PrimaryKeyJoinColumn Entity.addSpecifiedPrimaryKeyJoinColumn()
           
 PrimaryKeyJoinColumn SecondaryTable.addSpecifiedPrimaryKeyJoinColumn(int index)
          Add a specified primary key join column to the secondary table.
 PrimaryKeyJoinColumn Entity.addSpecifiedPrimaryKeyJoinColumn(int index)
           
 PrimaryKeyJoinColumn SecondaryTable.getDefaultPrimaryKeyJoinColumn()
           
 PrimaryKeyJoinColumn VirtualPrimaryKeyJoinColumn.getOverriddenColumn()
          This is not the best method name; we are simply overloading the meaning of the inherited method.
 PrimaryKeyJoinColumn PrimaryKeyJoinColumnRelationshipStrategy.getPrimaryKeyJoinColumn(int index)
          Return the primary key join column at the specified index.
 PrimaryKeyJoinColumn SecondaryTable.getSpecifiedPrimaryKeyJoinColumn(int index)
           
 PrimaryKeyJoinColumn Entity.getSpecifiedPrimaryKeyJoinColumn(int index)
           
 

Methods in org.eclipse.jpt.jpa.core.context that return types with arguments of type PrimaryKeyJoinColumn
 org.eclipse.jpt.common.utility.iterable.ListIterable<? extends PrimaryKeyJoinColumn> SecondaryTable.getPrimaryKeyJoinColumns()
           
 org.eclipse.jpt.common.utility.iterable.ListIterable<? extends PrimaryKeyJoinColumn> PrimaryKeyJoinColumnRelationshipStrategy.getPrimaryKeyJoinColumns()
          Return the strategy's primary key join columns.
 org.eclipse.jpt.common.utility.iterable.ListIterable<? extends PrimaryKeyJoinColumn> SecondaryTable.getSpecifiedPrimaryKeyJoinColumns()
           
 org.eclipse.jpt.common.utility.iterable.ListIterable<? extends PrimaryKeyJoinColumn> Entity.getSpecifiedPrimaryKeyJoinColumns()
           
 

Methods in org.eclipse.jpt.jpa.core.context with parameters of type PrimaryKeyJoinColumn
 void PrimaryKeyJoinColumnRelationshipStrategy.removePrimaryKeyJoinColumn(PrimaryKeyJoinColumn primaryKeyJoinColumn)
          Remove the specified primary key join column.
 void SecondaryTable.removeSpecifiedPrimaryKeyJoinColumn(PrimaryKeyJoinColumn pkJoinColumn)
          Remove the specified primary key join column from the secondary table.
 void Entity.removeSpecifiedPrimaryKeyJoinColumn(PrimaryKeyJoinColumn primaryKeyJoinColumn)
           
 

Uses of PrimaryKeyJoinColumn in org.eclipse.jpt.jpa.core.context.java
 

Subinterfaces of PrimaryKeyJoinColumn in org.eclipse.jpt.jpa.core.context.java
 interface JavaPrimaryKeyJoinColumn
          Java primary key join column 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 PrimaryKeyJoinColumn in org.eclipse.jpt.jpa.core.context.orm
 

Subinterfaces of PrimaryKeyJoinColumn in org.eclipse.jpt.jpa.core.context.orm
 interface OrmPrimaryKeyJoinColumn
          orm.xml primary key join column Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 


Dali Provisional API
Release 3.2

Copyright (c) 2012 Oracle. All rights reserved.