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

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

Nouveau projet

File size: 2.5 KB
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/medias/objects/Adresse.hbm.xml"/>
10        <mapping resource="com/medias/objects/Bilan.hbm.xml"/>
11        <mapping resource="com/medias/objects/Capteur.hbm.xml"/>
12        <mapping resource="com/medias/objects/Categorie.hbm.xml"/>
13        <mapping resource="com/medias/objects/CategorieParam.hbm.xml"/>
14        <mapping resource="com/medias/objects/Commentaire.hbm.xml"/>
15        <mapping resource="com/medias/objects/DeltaMesure.hbm.xml"/>
16        <mapping resource="com/medias/objects/Fabriquant.hbm.xml"/>
17        <mapping resource="com/medias/objects/Fichier.hbm.xml"/>
18        <mapping resource="com/medias/objects/Flag.hbm.xml"/>
19        <mapping resource="com/medias/objects/Jeu.hbm.xml"/>
20        <mapping resource="com/medias/objects/Langue.hbm.xml"/>
21        <mapping resource="com/medias/objects/Localisation.hbm.xml"/>
22        <mapping resource="com/medias/objects/Mesure.hbm.xml"/>
23        <mapping resource="com/medias/objects/Organisme.hbm.xml"/>
24        <mapping resource="com/medias/objects/Parametre.hbm.xml"/>
25        <mapping resource="com/medias/objects/Plateforme.hbm.xml"/>
26        <mapping resource="com/medias/objects/RequeteNbvalsJeu.hbm.xml"/>
27        <mapping resource="com/medias/objects/RequetePlatLoc.hbm.xml"/>
28        <mapping resource="com/medias/objects/Sequence.hbm.xml"/>
29        <mapping resource="com/medias/objects/TypeCapteur.hbm.xml"/>
30        <mapping resource="com/medias/objects/TypePlateforme.hbm.xml"/>
31        <mapping resource="com/medias/objects/Unite.hbm.xml"/>
32        <mapping resource="com/medias/objects/Valeur.hbm.xml"/>
33        <mapping resource="com/medias/objects/Zone.hbm.xml"/>
34
35        <mapping resource="com/ether/dao/user/User.hbm.xml"/>
36        <mapping resource="com/ether/dao/person/Personne.hbm.xml"/>
37        <mapping resource="com/ether/dao/mco/Mco.hbm.xml"/>
38        <mapping resource="com/ether/dao/simulation/Dimension.hbm.xml"/>
39        <mapping resource="com/ether/dao/simulation/Attribute.hbm.xml"/>
40        <mapping resource="com/ether/dao/simulation/Variable.hbm.xml"/>
41        <mapping resource="com/ether/dao/simulation/Simulation.hbm.xml"/>
42
43        <!--<mapping resource="com/ether/dao/Query.hbm.xml"/>-->
44    </session-factory>
45</hibernate-configuration>
Note: See TracBrowser for help on using the repository browser.