Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipselink-users] TableGenerator and concurrency

No. There is only one transaction per connection.
On 5/31/2013 4:15 PM, Laird Nelson wrote:
On Fri, May 31, 2013 at 1:05 PM, Andrei Ilitchev
<andrei.ilitchev@xxxxxxxxxx <mailto:andrei.ilitchev@xxxxxxxxxx>> wrote:

    By default TableGenerator uses the same connection that's used by
    insert.


OK, so the same connection, fine, but...the same transaction too?  It
doesn't do a new BEGIN TRANSACTION before it does its UPDATE and SELECT
work?

Best,
Laird

--
http://about.me/lairdnelson


_______________________________________________
eclipselink-users mailing list
eclipselink-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/eclipselink-users



Back to the top