Re: Fluent SelectBuilder

2010-03-22 Thread Josh Stone
Thanks for the response. I or one of my colleagues may indeed have some feedback or some contributions to offer in this area. We'll follow up later when we do. Cheers, Josh On Mon, Mar 22, 2010 at 4:42 PM, Clinton Begin wrote: > Criticism is welcome here, especially in this somewhat "risky" feat

Re: Fluent SelectBuilder

2010-03-22 Thread Clinton Begin
Criticism is welcome here, especially in this somewhat "risky" feature. To begin though, SelectBuilder is more of a utility than anything. You could easily create your own builder and use it with no consequence. There is no dependency on SelectBuilder nor any requirement to use it. My story is

Fluent SelectBuilder

2010-03-22 Thread Josh Stone
Hi, I'm new to iBatis, currently assessing the features for an upcoming project, and I came across one feature that struck me as being odd - the SelectBuilder. I'm not sure if this is what was intended as the implementation of the "dynamic SQL API" described on the 3.0 whiteboard, but I was wonder