|
Just faced nasty Hibernate (tested on 4.1.8.Final) behaviour connected with this issue. If you have entity with null (empty) embedded object and initialize the embedded property to a new instance (but still empty), Hibernate will handle the property as being dirty => hence making false DB updates on flush.
|