1 Reply Latest reply on Apr 26, 2012 1:51 AM by adamw

    Multiple Transaction Handling in Hibernate

    raghavendran

      How to update multiple transaction records in a single shot through hibernate

       

      Requirement:

      I am having five rows in a html table.

      now, i am updating 1st row and 2nd rows value and deleting the 3rd row.

      When i click on the save button, all the modified and deleted rows should be affected in backend.

       

      How to achieve this multiple transaction in a single shot as like JDBC cached row set.