|
Doing some testing in Java 6 the call isUpdateNecessary() never reaches the line of the exception.
The function isDirty() from the class ManyToOneType it never reaches line 281. In the line 277, where it calls
if ( isSame( old, current ) ) {
passes and isDirty() always returns false.
|