1def21ce0d96604309976f460a062caa4079cbf2.svn-base
2.9 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
<?xml version="1.0" encoding="UTF-8"?>
<!--
共有方法,负责所有共有配置文件
-->
<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:aop="http://www.springframework.org/schema/aop"
xmlns:tx="http://www.springframework.org/schema/tx"
xsi:schemaLocation="
http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.5.xsd
http://www.springframework.org/schema/aop http://www.springframework.org/schema/aop/spring-aop-2.5.xsd
http://www.springframework.org/schema/tx http://www.springframework.org/schema/tx/spring-tx-2.5.xsd">
<!-- 营销邮时间统计dao -->
<bean id="timercountyxydao" class="yxy.timer.dao.impl.TimerCountYxyDaoImpl" parent="AnnhibernateBaseDAO"></bean>
<!-- 日统计DAO -->
<bean id="yxymaildaycountdao" class="yxy.timer.dao.impl.YxyMailDayCountDaoImpl" parent="AnnhibernateBaseDAO"></bean>
<!--点击信息DAO-->
<bean id="yxyreaddao" class="yxy.timer.dao.impl.YxyReadDaoImpl" parent="AnnhibernateBaseDAO"></bean>
<!--日点击信息DAO-->
<bean id="yxydayreaddao" class="yxy.timer.dao.impl.YxyReadingDayInfoDaoImpl" parent="AnnhibernateBaseDAO"></bean>
<!--退订DAO-->
<bean id="yxyunsubscribedao" class="yxy.timer.dao.impl.YxyUnsubscribeDaoImpl" parent="AnnhibernateBaseDAO"></bean>
<!--用户设置DAO-->
<bean id="yxyusersetdao" class="yxy.timer.dao.impl.YxyUserSetDaoImpl" parent="AnnhibernateBaseDAO"></bean>
<!--用户地址DAO-->
<bean id="yxyuseraddressdao" class="yxy.timer.dao.impl.YxyUserAddressDaoImpl" parent="AnnhibernateBaseDAO"></bean>
<!--用户回复地址DAO-->
<bean id="yxyreplyinfodao" class="yxy.timer.dao.impl.YxyReplyInfoDaoImpl" parent="AnnhibernateBaseDAO"></bean>
<!--用户回复地址DAO-->
<bean id="yxysendmaildetaildao" class="yxy.timer.dao.impl.YxySendMailDetailDaoImpl" parent="AnnhibernateBaseDAO"></bean>
<!-- 待发dao -->
<bean id="yxysendmailmasterdao" class="yxy.timer.dao.impl.YxySendMailMasterDaoImpl" parent="AnnhibernateBaseDAO"></bean>
<!-- 邮箱签名dao -->
<bean id="yxywebmaildao" class="yxy.timer.dao.impl.YxyWebmailDaoImpl" parent="AnnhibernateBaseDAO"></bean>
<!-- 邮件基本信息dao -->
<bean id="yxysendmailmasterbasedao" class="yxy.timer.dao.impl.YxySendMailMasterBaseDaoImpl" parent="AnnhibernateBaseDAO"></bean>
<!-- 控制参数DAO-->
<bean id="yxysysparamaterdao" class="yxy.timer.dao.impl.YxySysParamaterDaoImpl" parent="AnnhibernateBaseDAO"></bean>
<!-- 控制参数值DAO-->
<bean id="yxysysparamatersvaluedao" class="yxy.timer.dao.impl.YxySysParamatersValueDaoImpl" parent="AnnhibernateBaseDAO"></bean>
<!-- 链接数DAO-->
<bean id="yxymailnumcountdao" class="yxy.timer.dao.impl.YxyMailNumCountDaoImpl" parent="AnnhibernateBaseDAO"></bean>
<!-- 链接详情DAO-->
<bean id="yxylinkinfodao" class="yxy.timer.dao.impl.YxyLinkInfoDaoImpl" parent="AnnhibernateBaseDAO"></bean>
</beans>