org.eclipse.jpt.core.context.orm
Interface OrmPrimaryKeyJoinColumnJoiningStrategy

All Superinterfaces:
org.eclipse.core.runtime.IAdaptable, IResourcePart, JoiningStrategy, JpaContextNode, JpaNode, Model, OrmJoiningStrategy, PrimaryKeyJoinColumnJoiningStrategy, XmlContextNode

public interface OrmPrimaryKeyJoinColumnJoiningStrategy
extends OrmJoiningStrategy, PrimaryKeyJoinColumnJoiningStrategy

The orm.xml representation of a PrimaryKeyJoinColumnJoiningStrategy Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. It is available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.


Field Summary
 
Fields inherited from interface org.eclipse.jpt.core.context.PrimaryKeyJoinColumnJoiningStrategy
PRIMARY_KEY_JOIN_COLUMNS_LIST
 
Method Summary
 OrmPrimaryKeyJoinColumn addPrimaryKeyJoinColumn(int index)
          Add a specified join column to the join table return the object representing it.
 java.util.ListIterator<OrmPrimaryKeyJoinColumn> primaryKeyJoinColumns()
          Return a list iterator of the primary key join columns.
 
Methods inherited from interface org.eclipse.jpt.core.context.orm.OrmJoiningStrategy
getRelationshipReference, update
 
Methods inherited from interface org.eclipse.jpt.core.context.XmlContextNode
getValidationTextRange, validate
 
Methods inherited from interface org.eclipse.jpt.core.context.JpaContextNode
getContextDefaultDbCatalog, getContextDefaultDbSchema, getContextDefaultDbSchemaContainer, getMappingFileRoot, getPersistenceUnit, postUpdate
 
Methods inherited from interface org.eclipse.jpt.core.JpaNode
getJpaProject, getParent
 
Methods inherited from interface org.eclipse.jpt.utility.model.Model
addCollectionChangeListener, addCollectionChangeListener, addListChangeListener, addListChangeListener, addPropertyChangeListener, addPropertyChangeListener, addStateChangeListener, addTreeChangeListener, addTreeChangeListener, removeCollectionChangeListener, removeCollectionChangeListener, removeListChangeListener, removeListChangeListener, removePropertyChangeListener, removePropertyChangeListener, removeStateChangeListener, removeTreeChangeListener, removeTreeChangeListener
 
Methods inherited from interface org.eclipse.core.runtime.IAdaptable
getAdapter
 
Methods inherited from interface org.eclipse.jpt.core.IResourcePart
getResource
 
Methods inherited from interface org.eclipse.jpt.core.context.JoiningStrategy
addStrategy, removeStrategy
 
Methods inherited from interface org.eclipse.jpt.core.context.JpaContextNode
getContextDefaultDbCatalog, getContextDefaultDbSchema, getContextDefaultDbSchemaContainer, getMappingFileRoot, getPersistenceUnit, postUpdate
 
Methods inherited from interface org.eclipse.jpt.core.JpaNode
getJpaProject, getParent
 
Methods inherited from interface org.eclipse.jpt.utility.model.Model
addCollectionChangeListener, addCollectionChangeListener, addListChangeListener, addListChangeListener, addPropertyChangeListener, addPropertyChangeListener, addStateChangeListener, addTreeChangeListener, addTreeChangeListener, removeCollectionChangeListener, removeCollectionChangeListener, removeListChangeListener, removeListChangeListener, removePropertyChangeListener, removePropertyChangeListener, removeStateChangeListener, removeTreeChangeListener, removeTreeChangeListener
 
Methods inherited from interface org.eclipse.core.runtime.IAdaptable
getAdapter
 
Methods inherited from interface org.eclipse.jpt.core.IResourcePart
getResource
 
Methods inherited from interface org.eclipse.jpt.core.context.PrimaryKeyJoinColumnJoiningStrategy
hasPrimaryKeyJoinColumns, movePrimaryKeyJoinColumn, primaryKeyJoinColumnsSize, removePrimaryKeyJoinColumn, removePrimaryKeyJoinColumn
 
Methods inherited from interface org.eclipse.jpt.core.context.JoiningStrategy
addStrategy, removeStrategy
 
Methods inherited from interface org.eclipse.jpt.core.context.JpaContextNode
getContextDefaultDbCatalog, getContextDefaultDbSchema, getContextDefaultDbSchemaContainer, getMappingFileRoot, getPersistenceUnit, postUpdate
 
Methods inherited from interface org.eclipse.jpt.core.JpaNode
getJpaProject, getParent
 
Methods inherited from interface org.eclipse.jpt.utility.model.Model
addCollectionChangeListener, addCollectionChangeListener, addListChangeListener, addListChangeListener, addPropertyChangeListener, addPropertyChangeListener, addStateChangeListener, addTreeChangeListener, addTreeChangeListener, removeCollectionChangeListener, removeCollectionChangeListener, removeListChangeListener, removeListChangeListener, removePropertyChangeListener, removePropertyChangeListener, removeStateChangeListener, removeTreeChangeListener, removeTreeChangeListener
 
Methods inherited from interface org.eclipse.core.runtime.IAdaptable
getAdapter
 
Methods inherited from interface org.eclipse.jpt.core.IResourcePart
getResource
 

Method Detail

primaryKeyJoinColumns

java.util.ListIterator<OrmPrimaryKeyJoinColumn> primaryKeyJoinColumns()
Description copied from interface: PrimaryKeyJoinColumnJoiningStrategy
Return a list iterator of the primary key join columns. This will not be null.

Specified by:
primaryKeyJoinColumns in interface PrimaryKeyJoinColumnJoiningStrategy

addPrimaryKeyJoinColumn

OrmPrimaryKeyJoinColumn addPrimaryKeyJoinColumn(int index)
Description copied from interface: PrimaryKeyJoinColumnJoiningStrategy
Add a specified join column to the join table return the object representing it.

Specified by:
addPrimaryKeyJoinColumn in interface PrimaryKeyJoinColumnJoiningStrategy