ItEr34S08ValidacionEProbasFuncionaisItEr33S08: [Bug #76] Remove cascade=all between workReportLine and criterion

This commit is contained in:
Diego Pino Garcia 2009-11-09 18:08:03 +01:00 committed by Javier Moran Rua
parent 03e15dd68a
commit 8d209ac4a2

View file

@ -57,7 +57,7 @@
<many-to-one name="orderElement" class="org.navalplanner.business.orders.entities.OrderElement" column="ORDER_ELEMENT_ID" not-null="true"/>
<set name="criterions" table="CRITERION_WORK_REPORT_LINE" cascade="all" inverse="false">
<set name="criterions" table="CRITERION_WORK_REPORT_LINE" inverse="false">
<key column="WORK_REPORT_LINE_ID" not-null="false" />
<many-to-many class="org.navalplanner.business.resources.entities.Criterion" column="CRITERION_ID"/>
</set>