Uses of Interface
org.eclipse.jpt.core.context.java.JavaSecondaryTable

Packages that use JavaSecondaryTable
org.eclipse.jpt.core   
org.eclipse.jpt.core.context.java   
 

Uses of JavaSecondaryTable in org.eclipse.jpt.core
 

Methods in org.eclipse.jpt.core that return JavaSecondaryTable
 JavaSecondaryTable JpaFactory.buildJavaSecondaryTable(JavaEntity parent)
           
 

Uses of JavaSecondaryTable in org.eclipse.jpt.core.context.java
 

Methods in org.eclipse.jpt.core.context.java that return JavaSecondaryTable
 JavaSecondaryTable JavaEntity.addSpecifiedSecondaryTable(int index)
           
 

Methods in org.eclipse.jpt.core.context.java that return types with arguments of type JavaSecondaryTable
 java.util.ListIterator<JavaSecondaryTable> JavaEntity.secondaryTables()
           
 java.util.ListIterator<JavaSecondaryTable> JavaEntity.specifiedSecondaryTables()