Hi,
I am new to hibernate and need some information. I looked at several examples online and tried them too.
One thing I can't figure out is how to use
hbm2java and
cfg2hbm, didn't find any docs., can someone point me to some tutorial that explains how to use these.
I see following text on most of the *.hbm.xml files
Code:
<!--
Auto-generated mapping file from
the bibernate.org cfg2hbm engine
-->
and on persistent classesCode:
/**
* generated by hbm2java
*/
Can some please tell me when are these tools being used. As don't want to create the above files manually and would rather like to use the
the above tools. Any help is appreciated.
Thanks