Shameless plug: http://www.manning.com/begin/
Apart from that I would recommend you read the SQL Devleoper docs: http://ibatis.apache.org/docs/java/pdf/iBATIS-SqlMaps-2_en.pdf "doesn't explain how to handle several tables with links" links? do you mean joins? Remember this... with iBATIS you are mapping *results* to an object not *tables*. So, you would map a sql statement that joins several tables in the same way you would map a sql statement that queries one table. There is an exception when you make use of the groupBy functionality for dealing with N+1. It's all in the dev guide. Brandon On 6/14/07, vinays84 <[EMAIL PROTECTED]> wrote:
Hi, I'm trying to learn iBatis SQL Maps. I've gone through the basic tutorial provided on the iBatis site. The tutorial only deals with one table and doesn't explain how to handle several tables with links. Is there a simple tutorial out there that handles this? Thanks -- View this message in context: http://www.nabble.com/New-to-iBatis-tf3922862.html#a11123809 Sent from the iBATIS - User - Java mailing list archive at Nabble.com.
