org.eclipse.jpt.jpa.core.context.orm
Interface OrmManyToManyMapping

All Superinterfaces:
AttributeMapping, CollectionMapping, FetchableMapping, org.eclipse.core.runtime.IAdaptable, IResourcePart, JpaContextNode, JpaNode, ManyToManyMapping, Model, MultiRelationshipMapping, OrmAttributeMapping, OrmCollectionMapping, OrmMultiRelationshipMapping, OrmRelationshipMapping, RelationshipMapping, XmlContextNode
All Known Subinterfaces:
OrmManyToManyMapping2_0

public interface OrmManyToManyMapping
extends ManyToManyMapping, OrmMultiRelationshipMapping

orm.xml m:m mapping

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.

Since:
2.0
Version:
2.2

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.eclipse.jpt.jpa.core.context.CollectionMapping
CollectionMapping.Type
 
Field Summary
 
Fields inherited from interface org.eclipse.jpt.jpa.core.context.RelationshipMapping
DEFAULT_TARGET_ENTITY_PROPERTY, SPECIFIED_TARGET_ENTITY_PROPERTY
 
Fields inherited from interface org.eclipse.jpt.jpa.core.context.CollectionMapping
CUSTOM_MAP_KEY_PROPERTY, DEFAULT_FETCH_TYPE, KEY_TYPE_PROPERTY, NO_MAP_KEY_PROPERTY, PK_MAP_KEY_PROPERTY, SPECIFIED_MAP_KEY_PROPERTY, VALUE_TYPE_PROPERTY
 
Fields inherited from interface org.eclipse.jpt.jpa.core.context.FetchableMapping
DEFAULT_FETCH_PROPERTY, SPECIFIED_FETCH_PROPERTY
 
Fields inherited from interface org.eclipse.jpt.jpa.core.context.orm.OrmAttributeMapping
NAME_PROPERTY
 
Method Summary
 OrmManyToManyRelationship getRelationship()
          Return the meta-information used to populate the entities of the relationship
 XmlManyToMany getXmlAttributeMapping()
           
 
Methods inherited from interface org.eclipse.jpt.jpa.core.context.orm.OrmRelationshipMapping
getCascade
 
Methods inherited from interface org.eclipse.jpt.jpa.core.context.RelationshipMapping
allTargetEntityAttributeNames, getDefaultTargetEntity, getRelationshipOwner, getResolvedTargetEntity, getSpecifiedTargetEntity, getTargetEntity, getTargetEntityEnclosingTypeSeparator, setSpecifiedTargetEntity
 
Methods inherited from interface org.eclipse.jpt.jpa.core.context.orm.OrmCollectionMapping
getOrderable
 
Methods inherited from interface org.eclipse.jpt.jpa.core.context.CollectionMapping
candidateMapKeyNames, getKeyType, getMapKey, getMetamodelFieldMapKeyTypeName, getResolvedTargetType, getSpecifiedMapKey, getValueType, isCustomMapKey, isNoMapKey, isPkMapKey, setCustomMapKey, setNoMapKey, setPkMapKey, setSpecifiedMapKey
 
Methods inherited from interface org.eclipse.jpt.jpa.core.context.FetchableMapping
getDefaultFetch, getFetch, getSpecifiedFetch, setSpecifiedFetch
 
Methods inherited from interface org.eclipse.jpt.jpa.core.context.orm.OrmAttributeMapping
addXmlAttributeMappingTo, contains, createMoveTypeEdits, createRenamePackageEdits, createRenameTypeEdits, getNameTextRange, getParent, getPersistentAttribute, getSelectionTextRange, getTypeMapping, getXmlSequence, initializeFromOrmAttributeMapping, initializeFromOrmBasicMapping, initializeFromOrmEmbeddedIdMapping, initializeFromOrmEmbeddedMapping, initializeFromOrmIdMapping, initializeFromOrmManyToManyMapping, initializeFromOrmManyToOneMapping, initializeFromOrmOneToManyMapping, initializeFromOrmOneToOneMapping, initializeFromOrmTransientMapping, initializeFromOrmVersionMapping, initializeOn, removeXmlAttributeMappingFrom, setName
 
Methods inherited from interface org.eclipse.jpt.jpa.core.context.XmlContextNode
getValidationTextRange, validate
 

Method Detail

getXmlAttributeMapping

XmlManyToMany getXmlAttributeMapping()
Specified by:
getXmlAttributeMapping in interface OrmAttributeMapping
Specified by:
getXmlAttributeMapping in interface OrmMultiRelationshipMapping
Specified by:
getXmlAttributeMapping in interface OrmRelationshipMapping

getRelationship

OrmManyToManyRelationship getRelationship()
Description copied from interface: RelationshipMapping
Return the meta-information used to populate the entities of the relationship

Specified by:
getRelationship in interface ManyToManyMapping
Specified by:
getRelationship in interface OrmRelationshipMapping
Specified by:
getRelationship in interface RelationshipMapping