]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - org.argeo.slc.core/src/main/resources/org/argeo/slc/hibernate/test/SimpleResultPart.hbm.xml
Various changes
[gpl/argeo-slc.git] / org.argeo.slc.core / src / main / resources / org / argeo / slc / hibernate / test / SimpleResultPart.hbm.xml
index 7b9fd7952386a46642d33189a1e3b60f5377608b..2e4587c3c6c6d3d39c7a0537052142709745acec 100644 (file)
@@ -9,6 +9,12 @@
                </id>\r
                <property name="status" column="STATUS" not-null="true" />\r
                <property name="message" column="MESSAGE" not-null="true" />\r
-               <property name="exception" column="EXCEPTION" not-null="false" />\r
+               <property name="exceptionMessage" column="EXCEPTION_MESSAGE"\r
+                       not-null="false" />\r
+               <list name="exceptionStackLines" cascade="all" lazy="false">\r
+                       <key column="RESULT_PART_ID" />\r
+                       <list-index column="INDX" />\r
+                       <element type="string" column="STACK_LINE" />\r
+               </list>\r
        </class>\r
 </hibernate-mapping>
\ No newline at end of file