I don't believe there is an option to generate this. But you can look in the template files and see if there is. One other way to keep your Java name case correct is to use a common practice in DB naming with "_"'s between words. Tables named foo_bar will be generated as FooBarPeer and FooBar. FWIW, many DB's don't care about case in table and other names and don't display it in their tools. So, using "_"'s was the way to keep words separate.
________________________________ From: Trey Long [mailto:[EMAIL PROTECTED] Sent: Mon 12/19/2005 11:41 AM To: Apache Torque Users List Subject: Quick Generator Question I know Tom has a lot of experience with the generator so this question is probably for him. Is there an option in the build.properties file that will put defaultJavaNamingMethod="javaname" in the schema file? Right now I have hacked a task together with sed to add it, just wondering if it's actual an option or not. If it isn't give me a starting location to add it to torque and perhaps commit it. -Jim --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] Duke CE Privacy Statement Please be advised that this e-mail and any files transmitted with it are confidential communication or may otherwise be privileged or confidential and are intended solely for the individual or entity to whom they are addressed. If you are not the intended recipient you may not rely on the contents of this email or any attachments, and we ask that you please not read, copy or retransmit this communication, but reply to the sender and destroy the email, its contents, and all copies thereof immediately. Any unauthorized dissemination, distribution or copying of this communication is strictly prohibited.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
