Re: [basedb-devel] Minor API questions

2009-06-09 Thread Nicklas Nordborg
Olivier Lefevre wrote: > Why aren't all the methods of ServiceUtil static since it has no > state and why does that class sport a method with the signature > ItemQuery getConfiguredItemQuery(ItemQuery query, QueryOptions qOpt) > instead of > void configuredItemQuery(ItemQuery query, QueryOptions q

[basedb-devel] Minor API questions

2009-06-09 Thread Olivier Lefevre
Why aren't all the methods of ServiceUtil static since it has no state and why does that class sport a method with the signature ItemQuery getConfiguredItemQuery(ItemQuery query, QueryOptions qOpt) instead of void configuredItemQuery(ItemQuery query, QueryOptions qOpt) since it does not return a