In my application (adapter scenario), I try to save an entitity collection, in wich entities contain a field with uniqe key contrain defined in the database.
When I save the collection, and one of entities violates the UQ contrains, how can I establish, wich one has the conflicted value?
Thanks
Gabor