Dali Provisional API
Release 3.2

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

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

Subinterfaces of ReferenceTable in org.eclipse.jpt.jpa.core.context
 interface JoinTable
          Used by association overrides.
 interface SpecifiedJoinTable
          Used by many-to-many and one-to-many mappings.
 interface SpecifiedReferenceTable
          Reference table (i.e. a table that joins with one other table, as opposed to a "join table" that joins with two other tables) join table collection table Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface VirtualJoinTable
          Used by association overrides.
 interface VirtualReferenceTable
          Virtual reference 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 that return ReferenceTable
 ReferenceTable VirtualReferenceTable.getOverriddenTable()
           
 

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

Subinterfaces of ReferenceTable in org.eclipse.jpt.jpa.core.context.java
 interface JavaSpecifiedJoinTable
          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.
 interface JavaSpecifiedReferenceTable
          Java reference 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 ReferenceTable in org.eclipse.jpt.jpa.core.context.orm
 

Subinterfaces of ReferenceTable in org.eclipse.jpt.jpa.core.context.orm
 interface OrmSpecifiedJoinTable
          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.
 interface OrmSpecifiedReferenceTable
          orm.xml join table or collection 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 ReferenceTable in org.eclipse.jpt.jpa.core.jpa2.context
 

Subinterfaces of ReferenceTable in org.eclipse.jpt.jpa.core.jpa2.context
 interface CollectionTable2_0
          Used by element collection mappings.
 

Uses of ReferenceTable in org.eclipse.jpt.jpa.core.jpa2.context.java
 

Subinterfaces of ReferenceTable in org.eclipse.jpt.jpa.core.jpa2.context.java
 interface JavaCollectionTable2_0
          Java collection 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 ReferenceTable in org.eclipse.jpt.jpa.core.jpa2.context.orm
 

Subinterfaces of ReferenceTable in org.eclipse.jpt.jpa.core.jpa2.context.orm
 interface OrmCollectionTable2_0
          orm.xml collection table 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.