I am in the process of migrating from ant to maven and consequently I need to manually generate the hbm file from my class files. In the manual (section 17.3.1) it says to use net.sf.hibernate.tool.class2hbm.MapGenerator to generate the hbm file.
However, MapGenerator does not exist in my jar. After further digging I found that the class2hbm directory doesn't exit in the source tree. I also checked the maven hibernate jar and it is not there either.
So, is there a special source package I need to obtain for the class2hbm package, or am I missing something?
|