retrieveByPK uses name instead of javaName
------------------------------------------

         Key: TORQUE-43
         URL: http://issues.apache.org/jira/browse/TORQUE-43
     Project: Torque
        Type: Bug

  Components: Generator  
    Versions: 3.2.1    
    Reporter: Thoralf Rickert
    Priority: Minor


If you have a column definition like:

    <column name="class" javaName="aClass" primaryKey="true" required="true" 
size="30" type="VARCHAR"/>

the generator creates retrieveByPK method with a parameter called "class" 
instead of "aClass". This is unexpected.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


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

Reply via email to