Salome HOME
SIMAN Eclipse workspace first version
[tools/siman.git] / Workspace / SPlat / src / org / splat / kernel / IDPool.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   -
5   - @author    Daniel Brunier-Coulin
6   - @copyright OPEN CASCADE 2012
7   -->
8
9 <hibernate-mapping>
10
11   <class name="org.splat.kernel.IDPool" table="any">
12
13
14     <id name="lastid" column="rid" access="field">
15       <generator class="assigned"/>
16     </id>
17   
18     <property name="version" column="version" access="field" not-null="true" />    
19
20
21   </class>
22
23 </hibernate-mapping>