Hi.

I'm studying "table join" using Torque now.

My BaseEmpPeer.java has 
protected static List doSelectJoinDept(Criteria c)
                               throws TorqueException;
method.

But that doesn't have
protected static List doSelectJoinDept(Criteria c, Connection conn)
                               throws TorqueException;
method.
Why?

Thanx in advance.



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

Reply via email to