tfischer 2004/12/11 04:00:05
Modified: src/generator/src/templates/om Tag: TORQUE_3_1_BRANCH
Peer.vm
Log:
Fixed a Bug in the patch TRQS254: Two methods were generated which shared the
same signature doSelectJoinXYZ(Criteria criteria, Connection conn). This lead
to compile errors in the generated classes.
Revision Changes Path
No revision
No revision
1.5.2.15 +1 -1 db-torque/src/generator/src/templates/om/Peer.vm
Index: Peer.vm
===================================================================
RCS file: /home/cvs/db-torque/src/generator/src/templates/om/Peer.vm,v
retrieving revision 1.5.2.14
retrieving revision 1.5.2.15
diff -u -r1.5.2.14 -r1.5.2.15
--- Peer.vm 1 Dec 2004 16:28:06 -0000 1.5.2.14
+++ Peer.vm 11 Dec 2004 12:00:05 -0000 1.5.2.15
@@ -1228,7 +1228,7 @@
* @throws TorqueException Any exceptions caught during processing will
be
* rethrown wrapped into a TorqueException.
*/
- protected static List doSelectJoin${joinColumnId}(Criteria criteria,
Connection conn)
+ protected static List doSelectJoin${joinColumnId}(Criteria criteria)
throws TorqueException
{
return doSelectJoin${joinColumnId}(criteria, null);
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]