当前位置: 代码迷 >> J2EE >> Attribute "out-join" must be declared for element type "many-to-one"该如何解决
  详细解决方案

Attribute "out-join" must be declared for element type "many-to-one"该如何解决

热度:287   发布时间:2016-04-22 00:18:24.0
Attribute "out-join" must be declared for element type "many-to-one".
<many-to-one name="id" out-join="true"
class="com.xxx.xxx.xx.xxx" 
not-null="true" lazy="false">
<column name="XXX" />
</many-to-one>
加载就出现了Attribute "out-join" must be declared for element type "many-to-one". 不知何故?
------解决方案--------------------
该问题问的比较2.。。自己结贴~
  相关解决方案