replace (or augment) all the find() overloads with a query "builder" style interface
bryanduxbury opened this issue · 1 comments
bryanduxbury commented
it would be something like myPersistence.orderBy(...).limit(...).findAll()
tuliren commented
This has been resolved a long time ago. Both the model query and generic query allow builder-stype interface.