views:

85

answers:

0

I reverse engineered some db tables, and a facade interface and implementing class were made. I need to do a refresh() on an entity, but the EntityManager is private from the reverse engineering, and I do not want to edit a reverse engineerined class. How do I go about getting the EntityManger so I may call refresh()?