Which Hibernate method is used to insert/save a new object into the database?

Last Updated :
Discuss
Comments

Which Hibernate method is used to insert/save a new object into the database?

update()

merge()

save()

delete()

Share your thoughts in the comments