Thomas Vandahl created TORQUE-342:
-------------------------------------
Summary: XXXPeer.addSelectColumns() is declared to throw
TorqueException for no apparent reason
Key: TORQUE-342
URL: https://issues.apache.org/jira/browse/TORQUE-342
Project: Torque
Issue Type: Improvement
Components: Templates
Affects Versions: 4.0
Reporter: Thomas Vandahl
Priority: Minor
Fix For: 4.1
For example {{AuthorPeer.addSelectColumns()}} is declared as
{code:java}
public static void addSelectColumns(Criteria criteria)
throws TorqueException
{
getAuthorPeerImpl().addSelectColumns(criteria);
}
{code}
{{getAuthorPeerImpl().addSelectColumns(criteria)}}, however actually calls
{{BasePeerImpl.addSelectColumns(criteria)}} which does not throw any
exceptions. Is this a leftover from previous times when the columns were drawn
from the MapBuilders?
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]