source: ether_ndacc/trunk/persistence/hibernate-domain.cfg.xml @ 105

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

Import du projet NDACC _ module persistence

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.