Dali Provisional API
Release 3.2

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

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

Subinterfaces of ReadOnlyRelationshipStrategy 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.
 interface ReadOnlyJoinColumnRelationshipStrategy
          Read-only join column relationship strategy.
 interface ReadOnlyJoinTableRelationshipStrategy
          Read-only join table relationship strategy.
 interface RelationshipStrategy
          Strategy describing how two entities are joined, either for a RelationshipMapping or an AssociationOverride: 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 ReadOnlyRelationshipStrategy
 ReadOnlyRelationshipStrategy ReadOnlyRelationship.getStrategy()
          Return the current strategy, this is never null.
 

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

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

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

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

Methods in org.eclipse.jpt.jpa.core.jpa2.context that return ReadOnlyRelationshipStrategy
 ReadOnlyRelationshipStrategy MappingRelationshipStrategy2_0.selectOverrideStrategy(ReadOnlyOverrideRelationship2_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.