Re: [hibernate-dev] Multi-table Bulk Operations with Temporary Tables

2012-05-14 Thread Steve Ebersole
Hey Lukasz, Sorry I was sick last week so did not get to respond to you. Responses inline... On Sun 06 May 2012 10:11:23 AM CDT, Łukasz Antoniak wrote: > Hello all! > > I have just a very short question regarding concurrency aspects when > temporary tables are utilized to process multi-table

[hibernate-dev] Multi-table Bulk Operations with Temporary Tables

2012-05-06 Thread Łukasz Antoniak
Hello all! I have just a very short question regarding concurrency aspects when temporary tables are utilized to process multi-table bulk operations. I am trying to refactor part of Envers code which currently executes SELECT FOR UPDATE and UPDATE, to process with a single UPDATE statement. Th