Hi,
Currently when I add a new column to a table associated with an entity bean and then add the corresponding field to my entity bean, MyEclipse underlines the field name with an error:
The column bar cannot be found on table foo
So I have to go to the project properties -> MyEclipse -> Java Persistence and click on the Refresh Metadata button to synchronize MyEclipse with database. Is there a shortcut key or something similar available for this?
Regards,
Behrang