As we know that the Hibernate API provide us to save, retrieve, update and delete data features, but it's not just that it provides more than that. In traditional database programming what we do to check the data is being modified, answer is that we need to create a extra column for the modify status and every time the data is changed we need to fire a update query to update the modify status. For more visit the link.
Topics