The content of element type "session-factory" must match "(property*,mapping*,(class-cache| collect

来源:互联网 发布:淘宝购物评级一颗星 编辑:程序博客网 时间:2024/05/29 18:48

配置hibernate.cfg.xml时提示The content of element type "session-factory" must match "(property*,mapping*,(class-cache|  collection-cache)*,event*,listener*)".的错。

   提示先配置property*元素,再配置mapping*元素,依次类推,仔细检查下看看你的程序中是否存在配置顺序错乱的情况。

只是因为在

<hibernate-configuration>


<session-factory>


</session-factory>

</hibernate-configuration>

之间存在元素配置顺序的错误,只需要按提示将顺序调整正确即可。 

3 0
原创粉丝点击