To be honest, if you are just getting started, I wouldn't use Torque. I would recommend looking at Hibernate or OJB. You can think of them as the next generation of Torque.. Lots of lessons learned in Torque are in those products, especially OJB!
-----Original Message----- From: Rob Cherry [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 11, 2005 12:59 AM To: [email protected] Subject: Changing of peer file package names Hi, I'm quite new to Turbine and have been experimenting a bit. One thing I have noticed is that when the peer files are generated they all end up in the same package. So for example, if I define an address and a client table in my database, I end up the following eight files in the om package: BaseAddressPeer, AddressPeer, BaseAddress, Address, BaseClientPeer, ClientPeer, BaseClient, Client. What I would prefer if for the all the *Address java files to be in an address package under the om package and the *Client files to be in a client package under the om package. Is this possible and, if so, how do you do it? Thanks Rob --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
