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
          Join table relationship strategy.
 interface MappedByRelationshipStrategy
          "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 PrimaryKeyJoinColumnRelationshipStrategy
          Primary key join column relationship strategy.
 

Methods in org.eclipse.jpt.jpa.core.context that return RelationshipStrategy
 RelationshipStrategy Relationship.getStrategy()
           
 

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

Subinterfaces of RelationshipStrategy in org.eclipse.jpt.jpa.core.context.java
 interface JavaJoinColumnRelationshipStrategy
          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 JavaJoinTableRelationshipStrategy
          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 JavaPrimaryKeyJoinColumnRelationshipStrategy
          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 OrmJoinColumnRelationshipStrategy
          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 OrmJoinTableRelationshipStrategy
          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 OrmPrimaryKeyJoinColumnRelationshipStrategy
          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 MappingRelationshipStrategy2_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.
 


Dali Provisional API
Release 3.2

Copyright (c) 2012 Oracle. All rights reserved.