We have a library of Hibernate model objects that was generated by Hibernate Tools by a now-departed developer. Unfortunately, the results don't meet our team naming standards.
The issue I'm mostly concerned with is that the generated objects implement "java.io.Serializable", instead of having an import for Serializable.
At this point it's impossible to regenerate these objects. Is there a was to do some sort of mass update in Eclipse? A cntrl-shift-O does no good.