It has come to my attention that the spec does not assign any interpretation to a null collection in an entity. That's not good at all, and I think we should fix that (or at least call it out as being explicitly undefined).
Hibernate treats a null collection as equivalent to an empty collection.
@anija-anil What does EclipseLink do?
It has come to my attention that the spec does not assign any interpretation to a
nullcollection in an entity. That's not good at all, and I think we should fix that (or at least call it out as being explicitly undefined).Hibernate treats a
nullcollection as equivalent to an empty collection.@anija-anil What does EclipseLink do?