I am using Hibernate code generation via Eclipse plugin and very satisfied with that.
However, i have two simple questions.
1) all of my classes extend a base class DAO.
http://forum.hibernate.org/viewtopic.php?t=966050
link writes that we can do it. But i could not find out how. Is there an example of extending a based class we like?
2) all tables have an OID column with generator class uuid.
How can we make this as a default generator?
looks like in the configuration file, we have to specify the table name and column. Which means i have to write for all tables ? :(
Thanks a lot.
best regards.