ssh框架中this.getHibernateTemplate()方法的返回值是空的!不明白那里错了!

<beans<beanid="sessionFactory"class="org.springframework.orm.hibernate3.LocalSessionF... <beans
<bean id="sessionFactory"
class="org.springframework.orm.hibernate3.LocalSessionFactoryBean">
<property name="configLocation"
value="classpath:hibernate.cfg.xml">
</property>
</bean>
<bean id="htm" class="org.springframework.orm.hibernate3.HibernateTransactionManager">
<property name="sessionFactory" ref="sessionFactory"></property>
</bean>
<tx:advice id="txa" transaction-manager="htm">
<tx:attributes>
<tx:method name="get*" read-only="true"/>
<tx:method name="*" propagation="REQUIRED"/>
</tx:attributes>
</tx:advice>
<aop:config>
<aop:pointcut expression="execution(* org.java.biz.impl.*.*(..))" id="aopp"/>
<aop:advisor advice-ref="txa" pointcut-ref="aopp"/>
</aop:config>

<bean id="studentDAO" class="org.java.dao.impl.StudentDAOImpl">
<property name="sessionFactory">
<ref bean="sessionFactory" />
</property>
</bean>
<bean id="studentBIZ" class="org.java.biz.impl.StudentBIZImpl">
<property name="studentDAO" ref="studentDAO"></property>
</bean>
<bean id="studentAction" class="org.java.acton.StudentAction">
<property name="studentBIZ" ref="studentBIZ"></property>
</bean>
</beans>
展开
 我来答
爱荒岛
2014-02-20 · TA获得超过161个赞
知道小有建树答主
回答量:157
采纳率:100%
帮助的人:87.6万
展开全部
你this.getHibernateTemplate()是什么意思嘛,你是要判断HibernateTemplate是否为空,new一个实例出来还是要用this.getHibernateTemplate().update(Object entity)/delete(Object entity)/find(sql)中的方法进行crud的操作呢
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式