Salome HOME
The draft of the "Copy from existing study" action is added. The YACS step is introdu...
[tools/siman.git] / Workspace / Siman-Common / src / org / splat / dal / bo / som / Study.hbm.xml
index be38e6a5bd0ca976f22c7f36c8c22f61da4248ea..228a424921d764412f5a737cb74601c6062a52d1 100644 (file)
@@ -31,7 +31,7 @@
       <property name="visibility" type="Visibility" column="area" access="field" not-null="true" />    
   
       <!-- List<Scenario> scenarii     -->    
-      <list name="scenarii" lazy="false" cascade="merge,delete-orphan" access="field">
+      <list name="scenarii" lazy="false" cascade="merge,delete-orphan,evict" access="field">
         <key         column="owner" not-null="true" />
         <list-index  column="scendex"/>
         <one-to-many class="org.splat.dal.bo.som.Scenario" />