users@glassfish.java.net

JPA

From: Daniel Cavalcanti <dhcavalcanti_at_gmail.com>
Date: Mon, 4 Jun 2007 14:50:30 -0400

Very basic question:
I have an app that I use JPA to access a MySQL database.
When I add rows into a table using MySQL utilities, I don't see them im my
application when I use the entity manager. I know TopLink uses cache, so how
do I make it refresh so that I can get the added rows...

thanks,
Daniel.