Your Internet Explorer version is not compatible with our shopping cart system. Please use version 9 or higher to avoid problems with your order(s). Close
Does MyEclipse JPA lose Meta-Data on Modify or Alter
Among other things, I have both modified and alter’d my Oracle database tables. Now, none of my entity classes can see the database tables that they link to. I didn’t change the “persistence.xml” file at all. I only changed 3 out of 18 tables. How do I get JPA to refresh the information about what tables are available?
For some reason, that didnt’ work. I finally created a brand-new project. Added JPA facets to it. Then, using Eclipse, copied the source code over. That finally did it.
But it doesn’t tell me why it was broken to begin with.