Hi!
I am using pattern data transfer object, with mappers to make the translation between dto y domain.
Some collections are of type 'DeleteOrphan', but they are not taken into account in the dto. In the mapper, to make collections from the transfer, I need to make some collections uninitialized.
If left empty, the elements are removed.
if null, ''A collection with cascade="all-delete-orphan" was no longer referenced by the owning entity instance..."
I can make the collection as not initialized?
Thanks in advance.-
|