Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipselink-users] Configuring transaction isolation level on a per-transaction basis?

I found an EclipseLink-specific answer (mentioned below) but is there is a
portable way of doing this across all JPA implementations?

Here is the EclipseLink-specific answer:
http://wiki.eclipse.org/Using_Advanced_Unit_of_Work_API_(ELUG)#Database_Transaction_Isolation_Levels

I hope this helps others in the future.

Gili



cowwoc wrote:
> 
> Hi,
> 
> I need to be able to configure the transaction isolation level on a
> per-transaction basis as opposed to on a per-connection basis. I was
> expecting to find EntityTransaction.begin(IsolationType) but as you well
> know by now this does not exist :(
> 
> Are there known workarounds for this sort of thing. Does JPA 2.0 plan on
> adding this shortcoming?
> 
> Thank you,
> Gili
> 

-- 
View this message in context: http://www.nabble.com/Configuring-transaction-isolation-level-on-a-per-transaction-basis--tp19524487p19524848.html
Sent from the EclipseLink - Users mailing list archive at Nabble.com.



Back to the top