These should map respectively to pSequence and productId. Chris
-----Original Message----- From: Collin Peters [mailto:[EMAIL PROTECTED] Sent: Friday, March 02, 2007 12:11 PM To: [email protected] Subject: Syntax for getter variables in a POJO I am trying to figure out the magical syntax for POJO's in getter/setters. I have a database column called product_id, another called p_sequence. What do these map to in a POJO getter/setter? Seems the underscore causes some problems. I have had to do some aliases to make them work (i.e. productid, psequence) Collin
