On Jul 21, 2013, at 12:26 PM, Aristedes Maniatis <[email protected]> wrote:
> So far, it works really well. What was the decision about addOrderings, > setPageSize, etc? I know we discussed them; was the consensus to go with a > fluent style approach where they each return SelectQuery instead of void? I > assume we can do that without changing the method names? I guess we are still experimenting here. SQLSelect is fluent, SelectQuery is not (yet). I think it will be eventually. Andrus
