I want to use H2 database in this scenario: Multiple independent applications accessing the same database (using hibernate). Each read a row, execute a sequence of code and updates that row. I want every application to access a row exclusively, in other words same row is not processed by two concurent applications. How can this solution be implemented?
Thanks in advance! -- You received this message because you are subscribed to the Google Groups "H2 Database" group. To post to this group, send email to h2-database@googlegroups.com. To unsubscribe from this group, send email to h2-database+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/h2-database?hl=en.