org.eclipse.jpt.core.jpa2.context.java
Interface JavaRelationshipMapping2_0

All Superinterfaces:
AttributeMapping, Fetchable, org.eclipse.core.runtime.IAdaptable, IResourcePart, JavaAttributeMapping, JavaJpaContextNode, JavaRelationshipMapping, JpaContextNode, JpaNode, Model, RelationshipMapping
All Known Subinterfaces:
JavaManyToManyMapping2_0, JavaManyToOneMapping2_0, JavaOneToManyMapping2_0, JavaOneToOneMapping2_0, JavaSingleRelationshipMapping2_0

public interface JavaRelationshipMapping2_0
extends JavaRelationshipMapping

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.3
Version:
2.3

Field Summary
 
Fields inherited from interface org.eclipse.jpt.core.context.java.JavaRelationshipMapping
FULLY_QUALIFIED_TARGET_ENTITY_PROPERTY
 
Fields inherited from interface org.eclipse.jpt.core.context.RelationshipMapping
DEFAULT_TARGET_ENTITY_PROPERTY, RESOLVED_TARGET_ENTITY_PROPERTY, SPECIFIED_TARGET_ENTITY_PROPERTY
 
Fields inherited from interface org.eclipse.jpt.core.context.Fetchable
DEFAULT_FETCH_PROPERTY, SPECIFIED_FETCH_PROPERTY
 
Method Summary
 JavaCascade2_0 getCascade()
           
 RelationshipMapping2_0Annotation getMappingAnnotation()
           
 
Methods inherited from interface org.eclipse.jpt.core.context.java.JavaRelationshipMapping
getFullyQualifiedTargetEntity
 
Methods inherited from interface org.eclipse.jpt.core.context.java.JavaAttributeMapping
getAnnotationName, getPersistentAttribute, getSupportingAnnotationNames, initialize, update
 
Methods inherited from interface org.eclipse.jpt.core.context.java.JavaJpaContextNode
getValidationTextRange, javaCompletionProposals, validate
 
Methods inherited from interface org.eclipse.jpt.core.context.RelationshipMapping
allTargetEntityAttributeNames, getDefaultTargetEntity, getRelationshipOwner, getRelationshipReference, getResolvedTargetEntity, getSpecifiedTargetEntity, getTargetEntity, getTargetEntityEnclosingTypeSeparator, setSpecifiedTargetEntity
 
Methods inherited from interface org.eclipse.jpt.core.context.Fetchable
getDefaultFetch, getFetch, getSpecifiedFetch, setSpecifiedFetch
 

Method Detail

getMappingAnnotation

RelationshipMapping2_0Annotation getMappingAnnotation()
Specified by:
getMappingAnnotation in interface JavaAttributeMapping
Specified by:
getMappingAnnotation in interface JavaRelationshipMapping

getCascade

JavaCascade2_0 getCascade()
Specified by:
getCascade in interface JavaRelationshipMapping
Specified by:
getCascade in interface RelationshipMapping