]> git.argeo.org Git - gpl/argeo-slc.git/blob - org.argeo.slc.hibernate/src/main/resources/org/argeo/slc/hibernate/test/TestRunDescriptor.hbm.xml
Restructure deployment
[gpl/argeo-slc.git] / org.argeo.slc.hibernate / src / main / resources / org / argeo / slc / hibernate / test / TestRunDescriptor.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="TestRunDescriptor" table="TEST_RUN_DESCRIPTOR">
7 <id name="testRunUuid" column="TEST_RUN_UUID" />
8 <property name="slcExecutionUuid" column="SLC_EXEC_UUID"
9 not-null="false" />
10 <property name="slcExecutionStepUuid"
11 column="SLC_EXEC_STEP_UUID" not-null="false" />
12 <property name="testResultUuid" column="TEST_RESULT_UUID"
13 not-null="false" />
14 <property name="deployedSytemId" column="DEPLOYED_SYSTEM_ID"
15 not-null="false" />
16 </class>
17 </hibernate-mapping>