3 | | The call is made to make sure the one-to-one link is synchonized. The problem is that it effectively disables lazy loading of bio-wells since it initializes the proxy. The synchronization should be made at a higher level, eg. `MeasuredBioMaterial.setBioWell()`. |
| 3 | The line calling `bioWell.setBioMaterial()` is made to make sure the one-to-one link is synchonized. The problem is that it effectively disables lazy loading of bio-wells since it initializes the proxy. The synchronization should be made at a higher level, eg. `MeasuredBioMaterial.setBioWell()`. |
| 4 | |
| 5 | This is slightly related to #1374, since a lot of annotations/experimental factors are probably associated with biomaterial items, and there is no need to initialize a lot of other things in this case. |