You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@turbine.apache.org by Eric Theroude <et...@imediation.com> on 2001/10/22 19:09:46 UTC

[Torque] ID-TABLE

Hi,

I have different xml schema files to define the relational schema of my
application.
I need to have different files to be able to have generated classes in
different package. 

In the generation of torque, if the idMethod="idbroker" is set, a SQL file
is generated to initialize the ID_TABLE.
With different xml schema files, the values of the initialization of the
ID_TABLE are the same, is it possible to change the  first generated id for
a schema: begin with 100 for the first schema and 200 for second ...


Thanks,

Eric.