Hello, everybody. Is there a way to be executed generated SQL statements in order in which application passes them to OpenJPA ?
I tried "operation-order" implementation, but it reorders statements and violates unique constraints in the database despite they are declared in persistence classes, even query data cache is switched on. Best regards Georgi
