Ignore:
Timestamp:
11/15/12 11:01:02 (12 years ago)
Author:
vmipsl
Message:

account BD

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ether_statistics/persistence/implementation/dao-context.xml

    r575 r667  
    44<!-- Application context DAO layer --> 
    55<beans> 
    6     <!--<bean id="refPlateformDAO" class="com.ether.dao.PlateformDAOImpl">--> 
    7         <!--<property name="sessionFactory">--> 
    8             <!--<ref bean="sessionFactory"/>--> 
    9         <!--</property>--> 
    10     <!--</bean>--> 
     6 
     7    <bean id="refAccountDAO" class="com.ether.dao.account.AccountDAOImpl"> 
     8        <property name="sessionFactory"> 
     9            <ref bean="sessionFactory"/> 
     10        </property> 
     11    </bean> 
    1112 
    1213</beans> 
Note: See TracChangeset for help on using the changeset viewer.