Gokhan Ergul wrote:
This will force openjpa to revert to in-memory bulk operation. Be warned that it'll be grossly inefficient for anything beyond a few rows, as openjpa will select the rows matching your where clause and then issue a separate delete statement for each row.
Oops, that should read update or delete, depending on the type of bulk operation.

Reply via email to