persistence@glassfish.java.net

Code review for issue 1324: toplink.refresh query hint does not cascade

From: Wonseok Kim <guruwons_at_gmail.com>
Date: Thu, 21 Jun 2007 00:15:03 +0900

Hi Tom, Chris

I'm fixing the following issue. Please review the attached fix and let me
know if you have any concern.
https://glassfish.dev.java.net/issues/show_bug.cgi?id=1324

I confirmed cascade refresh works as expected in my manual local
test(modified data manually between transactions and confirmed the result of
the query with refresh hint).
Also, I added some assertion code in entity-persistence-tests to check the
DatabaseQuery's cascade policy.

Thanks,
Wonseok