Spring详细配置

2014-11-23 23:26:23 · 作者: · 浏览: 1

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-2.0.xsd">



class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer">





destroy-method="close">


















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



org.hibernate.dialect.MySQL5InnoDBDialect
true
false
true

update
true
auto
true
true
org.hibernate.cache.EhCacheProvider





com/***/Address.hbm.xml















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





class="org.springframework.transaction.interceptor.TransactionInterceptor">




PROPAGATION_REQUIRED,readOnly
PROPAGATION_REQUIRED,readOnly
PROPAGATION_REQUIRED,readOnly
PROPAGATION_REQUIRED,readOnly
PROPAGATION_REQUIRED,readOnly

PROPAGATION_REQUIRED






class="org.springframework.aop.framework.autoproxy.BeanNameAutoProxyCreator">


*Impl






true






transactionInterceptor