source: ether_ndacc/trunk/web/WEB-INF/classes/hibernate-domain.cfg.xml @ 113

Last change on this file since 113 was 113, checked in by rboipsl, 13 years ago

Import du projet NDACC _ module web

File size: 496 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<hibernate-configuration>
6        <session-factory>
7                <mapping resource="com/ether/dao/station/Station.hbm.xml" />
8                <mapping resource="com/ether/dao/instrument/Instrument.hbm.xml" />
9                <mapping resource="com/ether/dao/plot/Plot.hbm.xml" />
10        </session-factory>
11</hibernate-configuration>
Note: See TracBrowser for help on using the repository browser.