You are viewing a plain text version of this content. The canonical link for it is here.
Posted to torque-dev@db.apache.org by "Thomas Fox (JIRA)" <ji...@apache.org> on 2012/10/06 05:38:02 UTC

[jira] [Created] (TORQUE-232) generated peer's initDatabaseMap() methods should call the init method of the DatabaseMapInit class

Thomas Fox created TORQUE-232:
---------------------------------

             Summary: generated peer's initDatabaseMap() methods should call the init method of the DatabaseMapInit class
                 Key: TORQUE-232
                 URL: https://issues.apache.org/jira/browse/TORQUE-232
             Project: Torque
          Issue Type: Bug
            Reporter: Thomas Fox
            Assignee: Thomas Fox
            Priority: Trivial


Currently, the generated peer's initDatabaseMap() methods call the init method of the BaseDatabaseMapInit class. As with all other calls to generated methods, teh call should not be on the Base class, but on the inherited class. This gives the user the opportunity to override the behaviour of the method.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: torque-dev-unsubscribe@db.apache.org
For additional commands, e-mail: torque-dev-help@db.apache.org


[jira] [Resolved] (TORQUE-232) generated peer's initDatabaseMap() methods should call the init method of the DatabaseMapInit class

Posted by "Thomas Fox (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TORQUE-232?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Thomas Fox resolved TORQUE-232.
-------------------------------

       Resolution: Fixed
    Fix Version/s: 4.0-beta2
    
> generated peer's initDatabaseMap() methods should call the init method of the DatabaseMapInit class
> ---------------------------------------------------------------------------------------------------
>
>                 Key: TORQUE-232
>                 URL: https://issues.apache.org/jira/browse/TORQUE-232
>             Project: Torque
>          Issue Type: Bug
>            Reporter: Thomas Fox
>            Assignee: Thomas Fox
>            Priority: Trivial
>             Fix For: 4.0-beta2
>
>
> Currently, the generated peer's initDatabaseMap() methods call the init method of the BaseDatabaseMapInit class. As with all other calls to generated methods, teh call should not be on the Base class, but on the inherited class. This gives the user the opportunity to override the behaviour of the method.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: torque-dev-unsubscribe@db.apache.org
For additional commands, e-mail: torque-dev-help@db.apache.org