Uses of Class
org.objectweb.jorm.mapper.rdb.generator.RdbGenColumn

Packages that use RdbGenColumn
org.objectweb.jorm.mapper.rdb.generator   
 

Uses of RdbGenColumn in org.objectweb.jorm.mapper.rdb.generator
 

Fields in org.objectweb.jorm.mapper.rdb.generator declared as RdbGenColumn
 RdbGenColumn RdbGenRef.refColumn
          The column associated with this reference (non composite name).
 RdbGenColumn RdbGenColumn.joinCol
          references a column in the main table in case of this column participates in the join with the main table.
 

Methods in org.objectweb.jorm.mapper.rdb.generator that return RdbGenColumn
 RdbGenColumn RdbGenTable.getColumn(java.lang.String columnName)
          get the genColumn corresponding to the given column columnName.
 RdbGenColumn RdbGenRef.getRefColumn()
           
 RdbGenColumn RdbGenColumn.getJoinCol()
           
 

Methods in org.objectweb.jorm.mapper.rdb.generator with parameters of type RdbGenColumn
 java.lang.String RdbGenRef.getFieldName(RdbGenColumn rgc)
          Gets the composite name field that is mapped to the given column.
 RdbGenJoin RdbGenRef.getJoin(RdbGenColumn rgc)
           
 RdbGenJoin RdbGenRef.getJoin(RdbGenColumn rgc, java.lang.String fn)
           
 int RdbGenInfos.getColumnPosition(RdbGenColumn irgc)
          Gets the position (within [1..n] of the given column into the overall list defined into this RdbGenInfos.
 int RdbGenInfos.getColumnPosition(RdbGenColumn irgc, RdbGenJoin rgj)
           
 RdbGenRef RdbGenInfos.getGenRefOfColumn(RdbGenColumn rgc)
          Searches the RdbGenRef object, from the genRefs list, which the given column belongs to.
 RdbGenRef RdbGenInfos.getGenRefOfColumn(RdbGenColumn rgc, RdbGenJoin rgj)
           
 boolean RdbGenInfos.colInGenId(RdbGenColumn genCol)
          Verifies if the given column is used in the identifier of this class, which is defined by genId.
 java.lang.String RdbGenInfos.getPnFieldName(RdbGenColumn rgc)
          Searches the name of the field in the composite name associated with the identifier, which is mapped to the given column.
 boolean RdbGenInfos.updatable(RdbGenColumn rgc)
           
 boolean RdbGenInfos.updatable(RdbGenColumn rgc, RdbGenJoin rgj)
           
 boolean RdbGenColumn.equals(RdbGenColumn rgc)