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

Packages that use SpeedoColumn
org.objectweb.speedo.metadata The Speedo meta information used for the persistent class enhancement. 
org.objectweb.speedo.naming.api Speedo internal API permiting to define the persistent object naming (identifier). 
org.objectweb.speedo.naming.lib Implementation of several naming. 
 

Uses of SpeedoColumn in org.objectweb.speedo.metadata
 

Fields in org.objectweb.speedo.metadata declared as SpeedoColumn
 SpeedoColumn SpeedoJoinColumn.column
           
 SpeedoColumn SpeedoNoFieldColumn.column
          The defintion of the column that is not associated with any field.
 SpeedoColumn[] SpeedoCommonField.columns
          is the column(s) containing the value of the field.
 SpeedoColumn SpeedoCollection.indexColumns
           
 SpeedoColumn SpeedoMap.keyColumns
           
 

Methods in org.objectweb.speedo.metadata that return SpeedoColumn
 SpeedoColumn SpeedoClass.getColumn(java.lang.String colname, boolean mainonly)
          Look for a column with a given name defined into the given SpeedoClass.
 SpeedoColumn SpeedoCommonField.getFKColumn(java.lang.String pkColName)
           
 SpeedoColumn SpeedoCommonField.getJoinColumn(SpeedoField joinedField)
           
 

Methods in org.objectweb.speedo.metadata with parameters of type SpeedoColumn
 void SpeedoCommonField.addColumn(SpeedoColumn col)
           
 void SpeedoField.addColumn(SpeedoColumn col)
           
 void SpeedoColumn.merge(SpeedoColumn c)
           
 

Constructors in org.objectweb.speedo.metadata with parameters of type SpeedoColumn
SpeedoJoinColumn(SpeedoColumn col)
           
 

Uses of SpeedoColumn in org.objectweb.speedo.naming.api
 

Methods in org.objectweb.speedo.naming.api that return SpeedoColumn
 SpeedoColumn[] NamingManager.getDefaultColumn(SpeedoClass sc)
           
 

Uses of SpeedoColumn in org.objectweb.speedo.naming.lib
 

Methods in org.objectweb.speedo.naming.lib that return SpeedoColumn
 SpeedoColumn[] RdbSequenceNamingManager.getDefaultColumn(SpeedoClass sc)
           
 SpeedoColumn[] PolymorphIdNamingManager.getDefaultColumn(SpeedoClass sc)
           
 SpeedoColumn[] NamingManagerHelper.getDefaultColumn(SpeedoClass sc)
           
 SpeedoColumn[] CommonLongIdNamingManager.getDefaultColumn(SpeedoClass sc)