At 07:52 PM 7/2/01 , Diogo Saad wrote:
> My problem is that I have underscores in DB tables , that's why I've got
>to put underscores in schema.xml ( om classes), intake.xml , etc....
>But I can't make intake work with them ..... any clue???
If you have underscores in the schema.xml you feed to Torque,
the Java that it generates doesn't use underscores (unless you
explicitly force it to). Nearly all the tables and columns in
my project have names like CUSTOMER_CONTACT.CUSTOMER_CONTACT_ADDRESS_ID
(not my choice of naming conventions). Torque generates class
names like CustomerContactPeer.java, and method names like
getCustomerContactAddressId(), by default.
Jeremy Leader
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]