RE: Cache entire table for use in an application

2005-11-22 Thread Brian Yoffe
Perhaps you should look at an in memory database such as times ten, etc. -Original Message- From: Niels Beekman [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 22, 2005 5:46 PM To: user-java@ibatis.apache.org Subject: RE: Cache entire table for use in an application Nope, that's why dat

RE: Confused with groupBy

2005-08-27 Thread Brian Yoffe
r using iBatis, he/she will not have a clue why this is happenning. I think we need a fix for this, so we atleast throw a different kind of exception instead of a NullPointerException. I am sure taking into consideration all the people using iBatis, this constitues to 100 - 1000 hours wasted. Rgds Pra

RE: Confused with groupBy

2005-08-26 Thread Brian Yoffe
those that do not have line items.Is there a way to get >ibatis to create an empty list of orders for those accounts where there >exist no orders? > >Thanks, >Brian Yoffe > >-Original Message- >From: Larry Meadors [mailto:[EMAIL PROTECTED] >Sent: Wednesday,

RE: Confused with groupBy

2005-08-24 Thread Brian Yoffe
create an empty list of orders for those accounts where there exist no orders? Thanks, Brian Yoffe -Original Message- From: Larry Meadors [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 24, 2005 11:33 AM To: user-java@ibatis.apache.org Subject: Re: Confused with groupBy You got it exa

N+1 Select with child elements stored in a map, not a list

2005-08-11 Thread Brian Yoffe
Ok, Best way to frame my question is in the context of the example on the wiki example located at: http://opensource.atlassian.com/confluence/oss/display/IBATIS/How+do+I+get+a round+the+N+Plus+1+selects+problem%3F Now, I'm focusing on the part with the following text: When you call List myList =