Commit bbbd572 1 parent ce227b2 commit bbbd572 Copy full SHA for bbbd572
File tree 2 files changed +2
-2
lines changed
api/src/main/resources/org/openmrs/api/db/hibernate
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 53
53
<one-to-many class =" Order" />
54
54
</set >
55
55
<!-- bi-directional one-to-many association to Ob -->
56
- <set name =" obs" inverse =" true" cascade =" all" order-by =" concept_id" access =" field" >
56
+ <set name =" obs" inverse =" true" cascade =" all" order-by =" concept_id" access =" field" batch-size = " 25 " >
57
57
<key column =" encounter_id" />
58
58
<one-to-many class =" Obs" />
59
59
</set >
Original file line number Diff line number Diff line change 70
70
71
71
<!-- one-to-many association to all obs in this grouping -->
72
72
<set name =" groupMembers" inverse =" true" cascade =" all" order-by =" obs_id"
73
- access = " field" >
73
+ access = " field" batch-size = " 25 " >
74
74
<key column =" obs_group_id" />
75
75
<one-to-many class =" Obs" />
76
76
</set >
You can’t perform that action at this time.
0 commit comments