mirror of
https://gitee.com/jmix/cuba.git
synced 2024-11-30 18:27:56 +08:00
EclipseLink ORM (fetch mode - sorting hint to avoid exception in EL). #PL-5412
This commit is contained in:
parent
7234a6defd
commit
e5bbe5e7f2
@ -73,7 +73,7 @@ public class FetchGroupManager {
|
|||||||
processView(view, null, fetchGroupFields);
|
processView(view, null, fetchGroupFields);
|
||||||
|
|
||||||
Set<String> fetchGroupAttributes = new TreeSet<>();
|
Set<String> fetchGroupAttributes = new TreeSet<>();
|
||||||
Map<String, String> fetchHints = new HashMap<>();
|
Map<String, String> fetchHints = new TreeMap<>(); // sort hints by attribute path
|
||||||
|
|
||||||
for (FetchGroupField field : fetchGroupFields) {
|
for (FetchGroupField field : fetchGroupFields) {
|
||||||
fetchGroupAttributes.add(field.path());
|
fetchGroupAttributes.add(field.path());
|
||||||
|
Loading…
Reference in New Issue
Block a user