Hello, ----- Original Message ----- From: "Thomas Fischer" <[email protected]> To: "Apache Torque Developers List" <[email protected]> Sent: Wednesday, February 04, 2009 8:57 PM Subject: RE: Working with BasePeer extensions
> > Personally I consider IdBroker as a solution of the past when databases > did not have good id generation support. All the databases I have come > over so far (oracle, postgreql, mysql, firebird, derby) have a decent id > generation of their own. Using the database to generate ids solves the > problem which you are trying to resolve in the IdBroker. Configuration is > also easy, just use defaultIdMethod="native" in the schema and regenerate > the database (of course, migration is a bit more difficult). > I used torque with MySQL for a long time ago, so far I used IdBroker. Now I would like to change defaultIdMethod="native" from using "idbroker" But I don't know how to migrate my database. Is there any document for describing the migration step ? Thanks, Youngho
