Christof Schablinski
Results
1
issues of
Christof Schablinski
For lazy fetching of child models it is possible to specify an ordering by a column (`Model.getAll(Class).orderBy(String)`). This should also be possible for eager fetching of child models with `Model.where(String,...
enhancement