Hello all,
I wanted to find out about the openjpa table generator, is it a good idea to use it? This is how I am planning to use it The db is Oracle, and I am creating a row in the tablegenrator table for each primary key, with allocation size equal to 1. My concerns are about the performance, how does openjpa lock the row, does it lock the row or does it lock the table? Regards - Ana