users@glassfish.java.net

Re: Surprising JPA (Toplink) Behaviour (glassfish v1 UR1)

From: <glassfish_at_javadesktop.org>
Date: Thu, 15 Mar 2007 23:31:44 PST

Just wondering, have you tried Toplink JPA query hints. There is a hint for toplink.refresh, which controls toplinks cache.

You can use that as in the query,
@QueryHint(name=REFRESH, value=HintValues.TRUE)

Hope this helps. :)

With Regards,
Mayank
[Message sent by forum member 'mayankmishra' (mayankmishra)]

http://forums.java.net/jive/thread.jspa?messageID=208341