Dali Provisional API
Release 3.2

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

Packages that use SpecifiedRelationshipStrategy
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 SpecifiedRelationshipStrategy in org.eclipse.jpt.jpa.core.context
 

Subinterfaces of SpecifiedRelationshipStrategy in org.eclipse.jpt.jpa.core.context
 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.
 

Methods in org.eclipse.jpt.jpa.core.context that return SpecifiedRelationshipStrategy
 SpecifiedRelationshipStrategy SpecifiedRelationship.getStrategy()
           
 

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

Subinterfaces of SpecifiedRelationshipStrategy 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 SpecifiedRelationshipStrategy in org.eclipse.jpt.jpa.core.context.orm
 

Subinterfaces of SpecifiedRelationshipStrategy 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 SpecifiedRelationshipStrategy in org.eclipse.jpt.jpa.core.jpa2.context
 

Subinterfaces of SpecifiedRelationshipStrategy 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.
 


Dali Provisional API
Release 3.2

Copyright (c) 2012 Oracle. All rights reserved.