RE: Not creating retrieveByPK methods

2004-11-17 Thread Thomas Fischer
Hi Angela, this works for me. I have used the generator 3.1.1, the schema from the tutorial. E.g in BaseBookPeer, I find the methods public static Book retrieveByPK(int pk) public static Book retrieveByPK(int pk, Connection con) public static Book retrieveByPK(ObjectKey pk) So

RE: Not creating retrieveByPK methods

2004-11-17 Thread Angela Day
I emailed you the xml file privately, rather than through the list. Thanks for your help, Angela Day -Original Message- From: Thomas Fischer [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 17, 2004 1:21 PM To: Apache Torque Users List Subject: RE: Not creating retrieveByPK methods