What’s the difference between session.persist() and session.save() in Hibernate?

Can anyone tell me what’s the advantage of persist() vs save() in Hibernate?

10 Answers
10

Leave a Comment