Dali Provisional API
Release 3.2

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

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

Methods in org.eclipse.jpt.jpa.core with parameters of type ReadOnlyJoinTable
 VirtualJoinTable JpaFactory.buildJavaVirtualJoinTable(VirtualJoinTableRelationshipStrategy parent, ReadOnlyTable.Owner owner, ReadOnlyJoinTable overriddenTable)
           
 

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

Subinterfaces of ReadOnlyJoinTable in org.eclipse.jpt.jpa.core.context
 interface JoinTable
          Used by many-to-many and one-to-many mappings.
 interface VirtualJoinTable
          Used by association overrides.
 

Methods in org.eclipse.jpt.jpa.core.context that return ReadOnlyJoinTable
 ReadOnlyJoinTable ReadOnlyJoinTableRelationshipStrategy.getJoinTable()
          Return the strategy's join table.
 ReadOnlyJoinTable VirtualJoinTable.getOverriddenTable()
           
 

Methods in org.eclipse.jpt.jpa.core.context with parameters of type ReadOnlyJoinTable
 void JoinTable.initializeFrom(ReadOnlyJoinTable oldJoinTable)
           
 void JoinTable.initializeFromVirtual(ReadOnlyJoinTable virtualJoinTable)
           
 

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

Subinterfaces of ReadOnlyJoinTable in org.eclipse.jpt.jpa.core.context.java
 interface JavaJoinTable
          Java join table 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 ReadOnlyJoinTable in org.eclipse.jpt.jpa.core.context.orm
 

Subinterfaces of ReadOnlyJoinTable in org.eclipse.jpt.jpa.core.context.orm
 interface OrmJoinTable
          orm.xml join table 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.orm with parameters of type ReadOnlyJoinTable
 VirtualJoinTable OrmXmlContextNodeFactory.buildOrmVirtualJoinTable(VirtualJoinTableRelationshipStrategy parent, ReadOnlyTable.Owner owner, ReadOnlyJoinTable overriddenTable)
           
 

Uses of ReadOnlyJoinTable in org.eclipse.jpt.jpa.core.jpa2.context
 

Methods in org.eclipse.jpt.jpa.core.jpa2.context with parameters of type ReadOnlyJoinTable
 org.eclipse.jpt.jpa.core.internal.context.JptValidator ReadOnlyAssociationOverride2_0.buildJoinTableValidator(ReadOnlyJoinTable table)
           
 org.eclipse.jpt.jpa.core.internal.context.JptValidator ReadOnlyOverrideRelationship2_0.buildJoinTableValidator(ReadOnlyJoinTable table)
           
 


Dali Provisional API
Release 3.2

Copyright (c) 2012 Oracle. All rights reserved.