You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@turbine.apache.org by Silvio Godenzi <go...@masterpoint.com> on 2002/02/16 07:49:03 UTC

forced ids with idbroker below start value

When idbroker starts assigning ids from 100, how can I
force id's below 100 with Torques save() method?

setPrimaryKey( (int)5); // deprecated
and
setPrimaryKey( new NumberKey((int)5)));
and
setting the attribute with set<Attr>("5"); 

didn't work.


Silvio Godenzi

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>