| This is expected behavior. Hibernate should not be writing null elements to the collection table. If Hibernate happens to read a null element, it should be ignored. I just fixed a bug (
HHH-11881 Open ) with Set collections, where null elements were (incorrectly) being persisted. Currently, there is an inconsistency with empty composite values. I am in the process of fixing that (
HHH-11883 Open ). |