Uses of Interface
org.eclipse.jpt.jpa.core.context.java.JavaTable

Packages that use JavaTable
org.eclipse.jpt.jpa.core   
org.eclipse.jpt.jpa.core.context.java   
org.eclipse.jpt.jpa.core.jpa2.context.java   
 

Uses of JavaTable in org.eclipse.jpt.jpa.core
 

Methods in org.eclipse.jpt.jpa.core that return JavaTable
 JavaTable JpaFactory.buildJavaTable(JavaEntity parent, Table.Owner owner)
           
 

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

Subinterfaces of JavaTable in org.eclipse.jpt.jpa.core.context.java
 interface JavaJoinTable
          Java join table
 interface JavaReferenceTable
          Java reference table
 interface JavaSecondaryTable
          Java secondary table
 

Methods in org.eclipse.jpt.jpa.core.context.java that return JavaTable
 JavaTable JavaEntity.getTable()
           
 

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

Subinterfaces of JavaTable in org.eclipse.jpt.jpa.core.jpa2.context.java
 interface JavaCollectionTable2_0
          Java collection table