Re: Namespace aware resultMaps

2005-06-09 Thread Ersin Er
paces that match the file names it becomes *much* easier. Now you know exactly which file to to look in for the "Accrual.getEnteredAccountingPeriods" statement. Larry On 6/9/05, Ersin Er <[EMAIL PROTECTED]> wrote: Hi, Why some resultMaps should be namespace aware like

Namespace aware resultMaps

2005-06-08 Thread Ersin Er
Hi, Why some resultMaps should be namespace aware like ? Thanks. -- Ersin

Re: groupBy

2005-06-08 Thread Ersin Er
ers, Ersin Ersin Er wrote: Hi, Thanks for the detailed reply. Today, I have implemented a similar example and understood the concept. I've realized that groupBy attribute take the related key from the "class property", not db table column. When I've tried the table colu

Re: groupBy

2005-06-08 Thread Ersin Er
tid = i.productid and i.itemid = v.itemid and c.catid = 'FISH' On 6/8/05, Ersin Er <[EMAIL PROTECTED]> wrote: Brandon Goodin wrote: This will help you: http://opensource.atlassian.com/confluence/oss/display/IBATIS/How+do+I+get+around+the+N+Plus+1+selects+problem%3F

Re: groupBy

2005-06-08 Thread Ersin Er
ing myself. The groupBy attribute's value is a class property, not a table column, right? On 6/6/05, Ersin Er <[EMAIL PROTECTED]> wrote: Hi, What is the porpose of "groupBy" attribute used in the SQL Mapper doc for "Complex Collection Properties" subject?

groupBy

2005-06-06 Thread Ersin Er
Hi, What is the porpose of "groupBy" attribute used in the SQL Mapper doc for "Complex Collection Properties" subject? It says "The important items here are the groupBy="quarter" attribute.." but it doesn't say why. I've tried my own example for 1:M relations and I did not the effect of groupBy at

Circular dependency?

2005-06-06 Thread Ersin Er
On page 27 of iBatis SQL Mapper Doc the following mapping xml file is given: select * from CATEGORY where CAT_ID = #value# select * from PRODUCT where PRD_CAT_ID = #value# For the corresponding object model, the Category class should have productList property, OK. What about Product

Re: [iBatis] Documentation

2005-06-06 Thread Ersin Er
> Finally, don't forget... you have the power to help. > > Brandon OK. I'll try to produce a sample section. -- Ersin

RE: Is there a way to Debug SQL statements

2005-06-06 Thread Ersin Er
It's also listed as a FAQ at http://opensource.atlassian.com/confluence/oss/display/IBATIS/How+do+I+get+SqlMapClient+to+log+SQL+statements%3F -- Ersin Er > Thanks:) > J.H. > > -Original Message- > From: Larry Meadors [mailto:[EMAIL PROTECTED] > Sent: Monday, Jun

Re: [iBatis] Documentation

2005-06-06 Thread Ersin Er
needs at least some informational changes to reflect the current state. Thanks. -- Ersin > jfz. > > On 6/6/05, Ersin Er <[EMAIL PROTECTED]> wrote: >> >> > is there a reason for a major update to the ibatis sql mapper >> > documentation? >> >&g

Re: [iBatis] Documentation

2005-06-06 Thread Ersin Er
> is there a reason for a major update to the ibatis sql mapper > documentation? I think yes. It seems to be unorganized and there are undocumented features, to me.. -- Ersin > On 6/6/05, Ersin Er <[EMAIL PROTECTED]> wrote: >> Hi, >> >> Is there any plan

[iBatis] Documentation

2005-06-06 Thread Ersin Er
Hi, Is there any plan for a major update for iBatis SQL Mapper documentation? Thanks. -- Ersin Er