jmix
jmix copied to clipboard
Lazy loading does not work for entities loaded as KeyValueEntity property
Steps:
- Run project d4960.zip
- Open "Materials with properties" view. ER: view opened. AR: Unfetched attribute exception
Cause:
Entity returned as property for KeyValueEntity
is not processed by io.jmix.eclipselink.impl.lazyloading.JpaLazyLoadingListener
/
Task:
Wrap value holders for such entities too.