Dali Provisional API
Release 3.2

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

Packages that use ReadOnlyOverrideRelationship
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   
org.eclipse.jpt.jpa.core.jpa2.context.java   
org.eclipse.jpt.jpa.core.jpa2.context.orm   
 

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

Subinterfaces of ReadOnlyOverrideRelationship in org.eclipse.jpt.jpa.core.context
 interface OverrideRelationship
          Association override relationship Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface VirtualOverrideRelationship
          Virtual association override relationship 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 ReadOnlyOverrideRelationship
 ReadOnlyOverrideRelationship ReadOnlyAssociationOverride.getRelationship()
           
 

Methods in org.eclipse.jpt.jpa.core.context with parameters of type ReadOnlyOverrideRelationship
 void OverrideRelationship.initializeFromVirtual(ReadOnlyOverrideRelationship virtualRelationship)
           
 

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

Subinterfaces of ReadOnlyOverrideRelationship in org.eclipse.jpt.jpa.core.context.java
 interface JavaOverrideRelationship
          Java association override relationship 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.java that return ReadOnlyOverrideRelationship
 ReadOnlyOverrideRelationship JavaAssociationOverrideContainer.getOverrideRelationship(String overrideName)
          Return the specified override's relationship.
 

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

Subinterfaces of ReadOnlyOverrideRelationship in org.eclipse.jpt.jpa.core.context.orm
 interface OrmOverrideRelationship
          orm.xml association override relationship 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 ReadOnlyOverrideRelationship in org.eclipse.jpt.jpa.core.jpa2.context
 

Subinterfaces of ReadOnlyOverrideRelationship in org.eclipse.jpt.jpa.core.jpa2.context
 interface OverrideRelationship2_0
          JPA 2.0 association override relationship Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface ReadOnlyOverrideRelationship2_0
          JPA 2.0 association override relationship Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface VirtualOverrideRelationship2_0
          JPA 2.0 virtual association override relationship 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 ReadOnlyOverrideRelationship in org.eclipse.jpt.jpa.core.jpa2.context.java
 

Subinterfaces of ReadOnlyOverrideRelationship in org.eclipse.jpt.jpa.core.jpa2.context.java
 interface JavaOverrideRelationship2_0
          JPA 2.0 Java association override relationship 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 ReadOnlyOverrideRelationship in org.eclipse.jpt.jpa.core.jpa2.context.orm
 

Subinterfaces of ReadOnlyOverrideRelationship in org.eclipse.jpt.jpa.core.jpa2.context.orm
 interface OrmOverrideRelationship2_0
          JPA 2.0 orm.xml association override relationship 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.