Salome HOME
Refactoring: configuration files are moved into Siman web project.
[tools/siman.git] / Workspace / Siman-Common / src / org / splat / kernel / Persistent.hbm.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE hibernate-mapping PUBLIC "-//Hibernate/Hibernate Mapping DTD 3.0//EN" "http://hibernate.sourceforge.net/hibernate-mapping-3.0.dtd" >
3 <!--
4   - Mapping of the primary key common to all Persistent objects.
5   -
6   -
7   - @author    Daniel Brunier-Coulin
8   - @copyright OPEN CASCADE 2012
9   -->
10
11 <hibernate-mapping>
12
13   <class name="org.splat.kernel.Persistent" abstract="true">
14
15
16     <id name="rid" column="rid" access="field">
17       <generator class="increment"/>
18     </id>
19
20
21   </class>
22
23 </hibernate-mapping>