在Spring中配置声明式事务

在Spring中配置声明式事务

<bean id="transactionManager" class="org.springframework.orm.hibernate3.HibernateTransactionManager">
          <property name="sessionFactory">
              <ref bean="sessionFactory"/>
          </property>
</bean>
 

你可能感兴趣的:(spring,bean,orm)