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
