Stuart-campbell / RushOrm

Object-relational mapping for Android
http://www.rushorm.co.uk/
Other
172 stars 19 forks source link

@RushList sort capability #131

Open alez007 opened 7 years ago

alez007 commented 7 years ago

Maybe the possibility to add sorting for a @RushList annotated field would lead to a more elegant code ? For a one to many relationship, currently I cannot think of a different way to do this but ignore the relation in the field list and create a getter that does a sorted search.