ItEr34S08ValidacionEProbasFuncionaisItEr33S08: [Bug #76] Remove cascade=all between workReportLine and criterion
This commit is contained in:
parent
03e15dd68a
commit
8d209ac4a2
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue