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

All Superinterfaces:
org.eclipse.core.runtime.IAdaptable, IResourcePart, JpaContextNode, JpaNode, Model, OrmRelationshipReference, OwnableRelationshipReference, RelationshipReference, XmlContextNode
All Known Subinterfaces:
OrmManyToManyRelationshipReference, OrmOneToManyRelationshipReference, OrmOneToOneRelationshipReference

public interface OrmOwnableRelationshipReference
extends OrmRelationshipReference, OwnableRelationshipReference


Field Summary
 
Fields inherited from interface org.eclipse.jpt.core.context.RelationshipReference
PREDOMINANT_JOINING_STRATEGY_PROPERTY
 
Fields inherited from interface org.eclipse.jpt.core.context.RelationshipReference
PREDOMINANT_JOINING_STRATEGY_PROPERTY
 
Method Summary
 OrmMappedByJoiningStrategy getMappedByJoiningStrategy()
          Return the aggregate (never null) object used to configure the mapped by joining strategy
 XmlMappedByMapping getResourceMapping()
           
 
Methods inherited from interface org.eclipse.jpt.core.context.orm.OrmRelationshipReference
getRelationshipMapping, initializeFromJoinColumnEnabledRelationshipReference, initializeFromJoinTableEnabledRelationshipReference, initializeFromOwnableRelationshipReference, initializeOn, 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.RelationshipReference
getPredominantJoiningStrategy, isOwnedBy, isRelationshipOwner
 
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.OwnableRelationshipReference
mayBeMappedBy, setMappedByJoiningStrategy, unsetMappedByJoiningStrategy, usesMappedByJoiningStrategy
 
Methods inherited from interface org.eclipse.jpt.core.context.RelationshipReference
getPredominantJoiningStrategy, isOwnedBy, isRelationshipOwner
 
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

getResourceMapping

XmlMappedByMapping getResourceMapping()

getMappedByJoiningStrategy

OrmMappedByJoiningStrategy getMappedByJoiningStrategy()
Description copied from interface: OwnableRelationshipReference
Return the aggregate (never null) object used to configure the mapped by joining strategy

Specified by:
getMappedByJoiningStrategy in interface OwnableRelationshipReference