Weird "problem" with hibernate composite–elements
So I have ClassA which has a List of Addresses. Addresses are definately a dependent object, but when modelled in hibernate as a list of composite-elements there is always a null object in the list. The List is also populated with the records from the DB as you would expect, but the first element is always null :(
Bizarre.
Add a comment
You are not allowed to comment on this entry as it has restricted commenting permissions.