source: ether_2012/web/WEB-INF/classes/hibernate-domain.cfg.xml @ 319

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

Import du projet Ether pour le nouveau look 2012

File size: 449 bytes
Line 
1<?com.medias.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        <mapping resource="com/ether/dao/Plateform.hbm.xml"/>
9        <mapping resource="com/ether/dao/Parameter.hbm.xml"/>
10    </session-factory>
11</hibernate-configuration>
Note: See TracBrowser for help on using the repository browser.