Hello, I just finished reading about N+1 in the IBatis doco. HTH.
----- Original Message -----
From: "Zoran Avtarovski" <
zoran@...>
To: "iBatis Java Mail List" <
user-java@...>
Sent: Tuesday, June 23, 2009 12:04:18 AM GMT -06:00 US/Canada Central
Subject: N+1 Null value objects
I¹ve come across a problem I haven¹t seen for long time.
I¹m running an n+1 query. If the query returns no children I get a single
child object with null values.
I thought there was a way to prevent null value objects from being generated
by I can¹t remember how.
Does any of this sound familiar? If somebody could point out the solution to
my memory lapse I¹d be extremely grateful.
TIA
Z.