代码改变世界

随笔分类 -  表现技术

hibernate错误记录

2011-06-08 14:57 by hanwesley, 484 阅读, 收藏,
摘要: 1) There is no ID/IDREF binding for IDREF 'sessionFactory'.多个配置文件imprort的时候,属性引用最好采用<bean id="groupDAO" class="com.magic.schedule.dal.impl.hibernate.GroupDAOImpl"> <property name="sessionFactory" ref="sessionFactory"/> 而不是<property name= 阅读全文