]> git.argeo.org Git - gpl/argeo-slc.git/blob - TreeSPath.hbm.xml
0e282505f196e9c91e7f8112843df1a10b8c6c9e
[gpl/argeo-slc.git] / TreeSPath.hbm.xml
1 <?xml version="1.0"?>
2 <!DOCTYPE hibernate-mapping PUBLIC
3 "-//Hibernate/Hibernate Mapping DTD 3.0//EN"
4 "http://hibernate.sourceforge.net/hibernate-mapping-3.0.dtd">
5 <hibernate-mapping package="org.argeo.slc.core.structure.tree">
6 <class name="TreeSPath" table="TREE_SPATH">
7 <id name="tid" column="T_ID">
8 <generator class="native" />
9 </id>
10 <property name="asUniqueString" column="PATH" not-null="true"
11 unique="true" />
12 </class>
13 </hibernate-mapping>