Dali Provisional API
Release 3.2

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

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

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

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

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

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

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

Subinterfaces of SpecifiedPrimaryKeyJoinColumn in org.eclipse.jpt.jpa.core.context.java
 interface JavaSpecifiedPrimaryKeyJoinColumn
          Java specified 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 SpecifiedPrimaryKeyJoinColumn in org.eclipse.jpt.jpa.core.context.orm
 

Subinterfaces of SpecifiedPrimaryKeyJoinColumn in org.eclipse.jpt.jpa.core.context.orm
 interface OrmSpecifiedPrimaryKeyJoinColumn
          orm.xml specified 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.