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

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

account BD

File size: 390 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
7    <bean id="refAccountDAO" class="com.ether.dao.account.AccountDAOImpl">
8        <property name="sessionFactory">
9            <ref bean="sessionFactory"/>
10        </property>
11    </bean>
12
13</beans>
Note: See TracBrowser for help on using the repository browser.