Dali Provisional API
Release 3.2

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

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

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

Subinterfaces of RelationshipStrategy in org.eclipse.jpt.jpa.core.context
 interface JoinColumnRelationshipStrategy
          Join column relationship strategy.
 interface JoinTableRelationshipStrategy
          Read-only join table relationship strategy.
 interface SpecifiedJoinColumnRelationshipStrategy
          Join column relationship strategy.
 interface SpecifiedJoinTableRelationshipStrategy
          Join table relationship strategy.
 interface SpecifiedMappedByRelationshipStrategy
          "Mapped by" relationship strategy Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface SpecifiedPrimaryKeyJoinColumnRelationshipStrategy
          Primary key join column relationship strategy.
 interface SpecifiedRelationshipStrategy
          Strategy describing how two entities are joined, either for a RelationshipMapping or an SpecifiedAssociationOverride: join column join table "mapped by" 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.
 interface VirtualJoinColumnRelationshipStrategy
          Virtual join column relationship strategy.
 interface VirtualJoinTableRelationshipStrategy
          Virtual join table relationship strategy.
 interface VirtualRelationshipStrategy
          Virtual strategy Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 

Methods in org.eclipse.jpt.jpa.core.context that return RelationshipStrategy
 RelationshipStrategy Relationship.getStrategy()
          Return the current strategy, this is never null.
 

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

Subinterfaces of RelationshipStrategy in org.eclipse.jpt.jpa.core.context.java
 interface JavaSpecifiedJoinColumnRelationshipStrategy
          Java join column relationship strategy Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface JavaSpecifiedJoinTableRelationshipStrategy
          Java join table relationship strategy Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface JavaSpecifiedPrimaryKeyJoinColumnRelationshipStrategy
          Java primary key join column relationship strategy 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 RelationshipStrategy in org.eclipse.jpt.jpa.core.context.orm
 

Subinterfaces of RelationshipStrategy in org.eclipse.jpt.jpa.core.context.orm
 interface OrmSpecifiedJoinColumnRelationshipStrategy
          orm.xml join column relationship strategy Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface OrmSpecifiedJoinTableRelationshipStrategy
          orm.xml join table relationship strategy Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface OrmSpecifiedPrimaryKeyJoinColumnRelationshipStrategy
          orm.xml primary key join column relationship strategy 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 RelationshipStrategy in org.eclipse.jpt.jpa.core.jpa2.context
 

Subinterfaces of RelationshipStrategy in org.eclipse.jpt.jpa.core.jpa2.context
 interface SpecifiedMappingRelationshipStrategy2_0
          Strategy describing how two entities are joined via a RelationshipMapping: join column join table "mapped by" 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.
 

Methods in org.eclipse.jpt.jpa.core.jpa2.context that return RelationshipStrategy
 RelationshipStrategy SpecifiedMappingRelationshipStrategy2_0.selectOverrideStrategy(OverrideRelationship2_0 overrideRelationship)
          Select from the specified override relationship which of its strategies is the override strategy (join column or join table).
 


Dali Provisional API
Release 3.2

Copyright (c) 2012 Oracle. All rights reserved.