Code:
 <hibernatetool destdir="[output dir]"> 
   <classpath> <!-- a classpath is optional, but needed for exporters that require access to domain classes etc. -->
    <path location="[classpath of needed classes, such as domain classes and usertypes - dependent on the chosen exporter]"/> 
   </classpath> 
   
   <jdbcconfiguration configurationfile="hibernate.cfg.xml" reversestrategy="BlaBlahStrategy"/> 
   <hbm2java ejb3="true" /> <!-- generate default .java files with EJB3 annotations -->
   <hbm2java templatespath="src/testsupport/templates"/> <!-- code generation with custom templates (yes, can run each task more than once! -->
  </hibernatetool>
the only diff between this and the documentations is reversestrategy="BlahBlahStrategy"