source: ether_statistics/persistence/implementation/dao-context.xml @ 575

Last change on this file since 575 was 575, checked in by vmipsl, 12 years ago

clean

File size: 420 bytes
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE beans PUBLIC "-//SPRING//DTD BEAN//EN" "http://www.springframework.org/dtd/spring-beans.dtd">
3
4<!-- Application context DAO layer -->
5<beans>
6    <!--<bean id="refPlateformDAO" class="com.ether.dao.PlateformDAOImpl">-->
7        <!--<property name="sessionFactory">-->
8            <!--<ref bean="sessionFactory"/>-->
9        <!--</property>-->
10    <!--</bean>-->
11
12</beans>
Note: See TracBrowser for help on using the repository browser.