Need help with Hibernate? Read this first:
http://www.hibernate.org/ForumMailingli ... AskForHelp
Hello,
I am new to Hibernate and i am trying to reverse engineer a database schema to java code using jdbcconfiguration task (along with revengfile for hints to reverse engineer) and hbm2java.
I would like to configure certain pk - fk relationships as super class - sub classes in the object layer. I am wondering if this is possible using revengfile to generate a joined-subclass in jdbcconfiguration task? I tried the tools documentation. It is not of much help in this regard.
I also looked at specializing DefaultReverseEngineeringStrategy and provide my own implementation but looking at the api's, it does not seem like this issue can be addressed.
Any help on how to solve this is appreciated.