You are viewing a plain text version of this content. The canonical link for it is here.
Posted to torque-user@db.apache.org by "Rutzen, Joerg" <Jo...@t-systems.com> on 2003/12/19 05:36:44 UTC

generate a BaseClass to have lower column name

Hi,

is there a possibility to generate a BaseClass to have lower column name

      /** the column name for the ID field */
    public static final String ID;
....

        ID = "einsatz_ab.ID";

.. should be

        ID = "einsatz_ab.id";

just in the schema file ?

...
<table name="einsatz_ab" javaName="EinsatzAb" idMethod="idbroker" javaNamingMethod="nochange">
    <column name="id" javaName="id" primaryKey="true" required="true" type="INTEGER" javaNamingMethod="nochange"/>
...

Regards


Jörg

---------------------------------------------------------------------
To unsubscribe, e-mail: torque-user-unsubscribe@db.apache.org
For additional commands, e-mail: torque-user-help@db.apache.org