]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - runtime/org.argeo.slc.support.hibernate/src/main/resources/org/argeo/slc/hibernate/runtime/SlcAgentDescriptor.hbm.xml
Introduce SlcExecutionSpec
[gpl/argeo-slc.git] / runtime / org.argeo.slc.support.hibernate / src / main / resources / org / argeo / slc / hibernate / runtime / SlcAgentDescriptor.hbm.xml
index dbc7649002396d5c12869f908778243ca40299c7..a72834a27c1444a41ef5b7c1886fc63351d1739b 100644 (file)
@@ -7,6 +7,16 @@
                <cache usage="read-write" />\r
 \r
                <id name="uuid" column="UUID" />\r
-               <property name="host" column="HOST" />\r
+               <property name="host" column="HOST" />
+<!-- 
+               <map name="executionSpecs" table="AGENT_EXEC_SPEC_MAP" cascade="all"
+                       sort="natural">
+                       <cache usage="nonstrict-read-write" />
+                       <key column="PARENT_ID" />
+                       <map-key column="KEY" type="string" />
+                       <many-to-many class="org.argeo.slc.process.SlcExecutionSpec"
+                               column="ELEMENT_ID" unique="true" />
+               </map>
+                -->\r
        </class>
 </hibernate-mapping>
\ No newline at end of file