blaze-persistence icon indicating copy to clipboard operation
blaze-persistence copied to clipboard

Initialize collection fields for views obtained as a result of conversion with IGNORE_MISSING_ATTRIBUTES option

Open belovaf opened this issue 1 year ago • 0 comments

More information can be seen in discussion 1822

When I convert some small updatable view to a larger one with additional collection property, I'm getting and object with uninitialized collection property. This property can neither be mutated because of NPE or replaced because of Replacing a collection that PERSIST or UPDATE cascades is prohibited.

belovaf avatar Nov 15 '23 21:11 belovaf