blaze-persistence
blaze-persistence copied to clipboard
Initialize collection fields for views obtained as a result of conversion with IGNORE_MISSING_ATTRIBUTES option
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
.