Quote:
does Hibernate require that all fields in the object are fully populated before it can delete the corresponding db record? I have noticed that this is the case with my application recently.
Have you solved this one? I tried to delete by only populating the identifier. It complaines the not-null properties, I then faked these not-null properties with some random values. It then went ahead deleted the record. Any insight why Hibernat needs to check the not-null thing before doing delete? Thanks.
[/quote]