Dali Provisional API
Release 3.2

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

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

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

Subinterfaces of JoinColumnRelationshipStrategy in org.eclipse.jpt.jpa.core.context
 interface SpecifiedJoinColumnRelationshipStrategy
          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 VirtualJoinColumnRelationshipStrategy
          Virtual join column relationship strategy (used by only virtual association overrides) 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 JoinColumnRelationshipStrategy
 JoinColumnRelationshipStrategy JoinColumnRelationship.getJoinColumnStrategy()
          Return the (never null) strategy used to configure the relationship's join column strategy.
 

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

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

Uses of JoinColumnRelationshipStrategy in org.eclipse.jpt.jpa.core.context.orm
 

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


Dali Provisional API
Release 3.2

Copyright (c) 2012 Oracle. All rights reserved.