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.