Hello,
I do appreciate MyEclipse feature of automatic Hibernate Class Mapping generation from DB trables.
It only would be really cool if the tool could generate classes that NOT overwrite superclass methods that the generated classes extends.
Example:
I use java.util.logging.LogRecord to store logs in the database, and there´s no need for the MyEclipse generated class to create a method “setSourceClassName” for coulmn source_class_name when this method is already present in the LogRecord class.
Hope the problem is clear.
Thanks,
Umberto