If you want to use Session#update
for your migration then do so. We won’t remove this until Hibernate 7. But as far as I know, merge
should do the same as update
.
1 Like
If you want to use Session#update
for your migration then do so. We won’t remove this until Hibernate 7. But as far as I know, merge
should do the same as update
.