It seems that after step #3 : UPDATE CartLine set positioner=? for each CartLine in Cart, setting positioner from 0 to number of children
the positioner field in the CartLine objects are not updated by Hibernate, which may contribute to unexpected behavior when the entity is later re-merged.
|