spring入门(14)ssh中事务处理spring配置文件 (一)

2014-11-24 11:07:27 · 作者: · 浏览: 2

[html]
< xml version="1.0" encoding="UTF-8" >
xmlns:aop="http://www.springframework.org/schema/aop" xmlns:tx="http://www.springframework.org/schema/tx"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.springframework.org/schema/beans
http://www.springframework.org/schema/beans/spring-beans.xsd
http://www.springframework.org/schema/aop
http://www.springframework.org/schema/aop/spring-aop.xsd
http://www.springframework.org/schema/tx
http://www.springframework.org/schema/tx/spring-tx.xsd">















class="org.springframework.orm.hibernate3.LocalSessionFactoryBean">



www/csdn/spring/demo/domain/Admins.hbm.xml
www/csdn/spring/demo/domain/Atusers.hbm.xml
www/csdn/spring/demo/domain/Collctions.hbm.xml
www/csdn/spring/demo/domain/Comments.hbm.xml
www/csdn/spring/demo/domain/Messages.hbm.xml
www/csdn/spring/demo/domain/Pictures.hbm.xml
www/csdn/spring/demo/domain/PrivateLetter.hbm.xml
www/csdn/spring/demo/domain/Relation.hbm.xml
www/csdn/spring/demo/domain/UserInfo.hbm.xml
www/csdn/spring/demo/domain/Users.hbm.xml




true
org.hibernate.hql.ast.ASTQueryTranslatorFactory

org.hibernate.dialect.Oracle9Dialect









class="org.springframework.orm.hibernate3.support.HibernateDaoSupport"

abstract="true">




class="org.springframework.orm.hibernate3.HibernateTransactionManager">









read-only="true" />




id="mycut" />



< xml version="1.0" encoding="UTF-8" >
xmlns:aop="http://www.springframework.org/schema/aop" xmlns:tx="http://www.springframework.org/schema/tx"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.springframework.org/schema/beans
http://www.springframework.org/schema/beans/spring-beans.xsd
http://www.springframework.org/schema/aop
http://www.springframework.org/schema/aop/spring-aop.xsd
http://www.springframework.org/schema/tx
http://www.springframework.org/schema/tx/spring-tx.xsd">















class="org.springframework.orm.hibernate3.LocalSessionFactoryBean">



www/csdn/spring/demo/domain/Admins.hbm.xml
www/csdn/spring/demo/domain/Atusers.hbm.xml
w