|
Till now i had no time for a test case but now i observed this with a different situation.
Updating unchanged entity to only cascade the creation or update of a child that is mapped by a `one-to-many` association also results in this error.
Hibernate tries to update without any SET statement. My workaround is to deactive dynamic updates.
|