解决:hibernate 生成MySQL表 无外键

 
解决办法:
        hibernate.cfg.xml 配置文件 修改:
                  <!-- SQL dialect -->
      改为    <propertyname="dialect">org.hibernate.dialect. MySQLInnoDBDialect</property>
      而不是  <propertyname="dialect">org.hibernate.dialect.MySQLDialect</property>