source: ether_statistics/persistence/implementation/hibernate-domain.cfg.xml

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

account BD

File size: 385 bytes
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE hibernate-configuration PUBLIC
3        "-//Hibernate/Hibernate Configuration DTD 3.0//EN"
4        "http://hibernate.sourceforge.net/hibernate-configuration-3.0.dtd">
5
6<hibernate-configuration>
7    <session-factory>
8
9        <mapping resource="com/ether/dao/account/Account.hbm.xml"/>
10
11    </session-factory>
12</hibernate-configuration>
13
Note: See TracBrowser for help on using the repository browser.