What Session.refresh() method will do in hibernate
Session.refresh() method : During the bulk update to the DB with hibernate, the changes made are not replicated to the entities stored in the current session. So calling session.refresh will load the modifications to session entities.
No comments:
Post a Comment