LiveRamp/jack

replace (or augment) all the find() overloads with a query "builder" style interface

bryanduxbury opened this issue · 1 comments

it would be something like myPersistence.orderBy(...).limit(...).findAll()

This has been resolved a long time ago. Both the model query and generic query allow builder-stype interface.