xx-dao-context.xml 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!DOCTYPE beans PUBLIC "-//SPRING//DTD BEAN 2.0//EN" "http://www.springframework.org/dtd/spring-beans-2.0.dtd">
  3. <beans>
  4. <bean id="xxXwfbDAO" class="com.huimv.xx.dao.XxXwfbDAOImpl">
  5. <property name="dataSource" ref="dataSource"/>
  6. <property name="sqlMapClient" ref="sqlMapClient"/>
  7. </bean>
  8. <bean id="xxXtggDAO" class="com.huimv.xx.dao.XxXtggDAOImpl">
  9. <property name="dataSource" ref="dataSource"/>
  10. <property name="sqlMapClient" ref="sqlMapClient"/>
  11. </bean>
  12. <bean id="xxXxtzDAO" class="com.huimv.xx.dao.XxXxtzDAOImpl">
  13. <property name="dataSource" ref="dataSource"/>
  14. <property name="sqlMapClient" ref="sqlMapClient"/>
  15. </bean>
  16. <bean id="xxTsxxjlDAO" class="com.huimv.xx.dao.XxTsxxjlDAOImpl">
  17. <property name="dataSource" ref="dataSource"/>
  18. <property name="sqlMapClient" ref="sqlMapClient"/>
  19. </bean>
  20. <bean id="miPush" class="com.huimv.push.MiPush">
  21. <property name="dataSource" ref="dataSource"/>
  22. <property name="sqlMapClient" ref="sqlMapClient"/>
  23. </bean>
  24. <bean id="gtPush" class="com.huimv.gtpush.GtPush">
  25. <property name="dataSource" ref="dataSource"/>
  26. <property name="sqlMapClient" ref="sqlMapClient"/>
  27. </bean>
  28. <bean id="xxXxtsDAO" class="com.huimv.xx.dao.XxXxtsDAOImpl">
  29. <property name="dataSource" ref="dataSource"/>
  30. <property name="sqlMapClient" ref="sqlMapClient"/>
  31. </bean>
  32. <bean id="xxTjfxDAO" class="com.huimv.xx.dao.XxTjfxDAOImpl">
  33. <property name="dataSource" ref="dataSource"/>
  34. <property name="sqlMapClient" ref="sqlMapClient"/>
  35. </bean>
  36. <bean id="xxGttsjlDAO" class="com.huimv.xx.dao.XxGttsjlDAOImpl">
  37. <property name="dataSource" ref="dataSource"/>
  38. <property name="sqlMapClient" ref="sqlMapClient"/>
  39. </bean>
  40. </beans>