org.objectweb.jorm.interp.genclass.rdb.api
Interface RdbGenClassProp

All Superinterfaces:
GenClassProp
All Known Implementing Classes:
RdbGenClassMapping

public interface RdbGenClassProp
extends GenClassProp

It dscribes the setters for defining the properties that can be set when initialising a RdbGenClassMapping.

Author:
P. D?chamboux

Method Summary
 void setTableName(java.lang.String tn)
          Defines the table name property of a generic class instance mapped to a RDB.
 void setTypeConverter(RdbAdpater tc)
          Defines the type converter property of a generic class instance mapped to a RDB.
 
Methods inherited from interface org.objectweb.jorm.interp.genclass.api.GenClassProp
setElemDesc, setGcType, setIdentifierDesc, setIndexDesc
 

Method Detail

setTableName

public void setTableName(java.lang.String tn)
Defines the table name property of a generic class instance mapped to a RDB.
Parameters:
pt - The associated type.

setTypeConverter

public void setTypeConverter(RdbAdpater tc)
Defines the type converter property of a generic class instance mapped to a RDB.
Parameters:
pt - The associated type.