Uses of Class
org.objectweb.speedo.metadata.SpeedoJoin

Packages that use SpeedoJoin
org.objectweb.speedo.metadata The Speedo meta information used for the persistent class enhancement. 
 

Uses of SpeedoJoin in org.objectweb.speedo.metadata
 

Fields in org.objectweb.speedo.metadata declared as SpeedoJoin
 SpeedoJoin SpeedoTable.join
          If it is a secondary table, specify the join with the main table.
 SpeedoJoin SpeedoInheritance.join
          Is the meta object representing the join to herited table in case of vertical mapping.
 SpeedoJoin SpeedoCommonField.join
          In case of the columns is in another table than the main table of the class, this field defines the join to reach this external table.
 SpeedoJoin[] SpeedoClass.joinToExtTables
          Is the join to reach external tables.
 

Methods in org.objectweb.speedo.metadata that return SpeedoJoin
 SpeedoJoin SpeedoClass.getJoin(java.lang.String tableName)
           
 SpeedoJoin SpeedoClass.getJoin(java.lang.String tableName, boolean createifnone)
           
 

Methods in org.objectweb.speedo.metadata with parameters of type SpeedoJoin
 void SpeedoClass.addJoin(SpeedoJoin j)
           
 boolean SpeedoClass.containsJoin(SpeedoJoin join)
           
 int SpeedoClass.getJoinIndex(SpeedoJoin join)
           
 void SpeedoClass.removeJoin(SpeedoJoin j)