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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]