We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a27c659 + bdbc7b8 commit fd75558Copy full SHA for fd75558
1 file changed
src/main/java/edu/harvard/iq/dataverse/DatasetField.java
@@ -172,6 +172,7 @@ public void setParentDatasetFieldCompoundValue(DatasetFieldCompoundValue parentD
172
}
173
174
@OneToMany(mappedBy = "parentDatasetField", orphanRemoval = true, cascade = {CascadeType.REMOVE, CascadeType.MERGE, CascadeType.PERSIST})
175
+ @OrderBy("displayOrder ASC")
176
private List<DatasetFieldCompoundValue> datasetFieldCompoundValues = new ArrayList<>();
177
178
public List<DatasetFieldCompoundValue> getDatasetFieldCompoundValues() {
0 commit comments