Re: Avoiding N+1 Selects(1:M and M:N) with iBATIS version 2.1.7

2006-11-09 Thread Minjae Kim
Do you mean I can reuse resultMap(which is namespace aware) and groupBy not only with 2.2.0 but also 2.1.7? Best, Minjae 2006/11/9, [EMAIL PROTECTED] [EMAIL PROTECTED]: Yes, you can use it. try Cordiali saluti/Kind Regards. Alessandro Allievi (Embedded image moved to file: pic11091.gif)

Avoiding N+1 Selects(1:M and M:N) with iBATIS version 2.1.7

2006-11-08 Thread Minjae Kim
I read the explanation about Avoiding N+1 Selects(1:M and M:N) with 2.2.0, but the version I am using now is 2.1.7. Is there way I can do this job like 2.2.0 by using 2.1.7? Make sense? English is not my native language, so please understand me. ^___^ sqlMap namespace=ProductCategory ...

batchControlDAO

2005-12-22 Thread Minjae Kim
public boolean insert() { } batchControlDAO.java startBatch() { } excuteBatch() { } Thanks in advance, Minjae Kim

[Abator] The required stored procedure

2005-12-22 Thread Minjae Kim
Hi, When I did the Generate iBatis Artifacts menu using Abator, I got a message following. -- Generation FailedReason:The required stored procedure is not installed on the server.