]> git.argeo.org Git - gpl/argeo-slc.git/blob - org.argeo.slc.core/src/main/resources/org/argeo/slc/hibernate/test/SimpleResultPart.hbm.xml
TreeTestResult persistence independent from TreeSPath and registry (at last!)
[gpl/argeo-slc.git] / org.argeo.slc.core / src / main / resources / org / argeo / slc / hibernate / test / SimpleResultPart.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.test">
6 <class name="SimpleResultPart" table="SIMPLE_RESULT_PART">
7 <id name="tid" column="T_ID">
8 <generator class="native" />
9 </id>
10 <property name="status" column="STATUS" not-null="true" />
11 <property name="message" column="MESSAGE" not-null="true" />
12 <property name="exception" column="EXCEPTION" not-null="false" />
13 </class>
14 </hibernate-mapping>