Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipselink-users] Query returning stale results existing


James Sutherland wrote:
> 
>>> I found this kind of surprising too: "EclipseLink does not access
>>> sequencing objects using the isolated
>>> session's dedicated connection, and so the sequence values are not
>>> available to the isolated session."
>>> Really? So I can't use @GeneratedValue(generator = "foo")?
> 
> I'm not sure where you found this in the docs, but it is wrong or at best
> confusing.  You can absolutely use @GeneratedValue with an isolated
> session.
> 

Okay, then you might want to fix it at
http://wiki.eclipse.org/Introduction_to_EclipseLink_Sessions_(ELUG)#Sequencing

Thank you,
Gili

-- 
View this message in context: http://www.nabble.com/Query-returning-stale-results-existing-tp20559804p20583252.html
Sent from the EclipseLink - Users mailing list archive at Nabble.com.



Back to the top