source: Ballon/web/WEB-INF/classes/hibernate-domain.cfg.xml @ 766

Last change on this file since 766 was 766, checked in by npipsl, 11 years ago
File size: 574 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/IsotopeG03.hbm.xml"/>
9        <mapping resource="com/ether/dao/IsotopeG09.hbm.xml"/>
10        <mapping resource="com/ether/dao/IsotopeIasiG03.hbm.xml"/>
11        <mapping resource="com/ether/dao/IsotopeIasiG09.hbm.xml"/>
12    </session-factory>
13</hibernate-configuration>
Note: See TracBrowser for help on using the repository browser.