source: geisa/persistence/implementation/hibernate-domain.cfg.xml @ 390

Last change on this file since 390 was 390, checked in by npipsl, 12 years ago

Création du projet GEISA

File size: 438 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        <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.