配置hibernate.cfg.xml时提示The content of element type “session-factory” must match “(property*,mapping*,(class-cache| collection-cache),event,listener*)”.的错。
只是因为在
<hibernate-configuration>
<session-factory>
</session-factory>
</hibernate-configuration>
之间存在元素配置顺序的错误,只需要按提示将顺序调整正确即可。