1.

Which method is used to save or update the state of the given instance from the underlying database?

Answer»

Session.saveOrUpdate either saves(Object) or updates(Object) the given instance.



Discussion

No Comment Found