Date: 2004-04-21T05:05:28
   Editor: 213.222.53.210 <>
   Wiki: DB Torque Wiki
   Page: FrequentlyAskedQuestions
   URL: http://wiki.apache.org/db-torque/FrequentlyAskedQuestions

   no comment

Change Log:

------------------------------------------------------------------------------
@@ -181,7 +181,7 @@
 
 -- Daniel Canas
 
-'''Answer:''' Quick way -> No. And we hope that in the next release there will be a 
way for plugging external Name Genrator. But for now you can still change the genrator 
to fit your needs. For example I have extended JavaNAmeGeneretor in this way:
+'''Answer:''' Quick way -> No. And we hope that in the next release there will be a 
way for plugging external Name Genrator. But for now you can still change the genrator 
to fit your needs. For example I have extended JavaNameGenerator this way:
 
 1) added a single line to interface 
org.apache.torque.engine.database.model.NameGenerator;
 
@@ -212,7 +212,7 @@
 
 <database defaultJavaNamingMethod="underscore_ignore_dots" .....
 
-My code ignores gots inside the name you can ignore spaces for your case ..or make 
whatever conversions you need.
+My code ignores gots inside the name. You can ignore spaces for your case ..or make 
whatever conversions you need.
 (this is the way in short to add new naming method)
 
 -- Bogdan Vatkov

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to