ItEr19S10CUIntroducionPartesTraballoManualmenteItEr18S11: [Fix bug] WorkReportLine.Resource and WorkReportLine.OrderElement cannot be null
This commit is contained in:
parent
9a58bcd899
commit
18a4858fbe
1 changed files with 2 additions and 2 deletions
|
|
@ -47,9 +47,9 @@
|
|||
|
||||
<many-to-one name="workReport" class="org.navalplanner.business.workreports.entities.WorkReport" column="WORK_REPORT_ID" />
|
||||
|
||||
<many-to-one name="resource" class="org.navalplanner.business.resources.entities.Resource" column="RESOURCE_ID" />
|
||||
<many-to-one name="resource" class="org.navalplanner.business.resources.entities.Resource" column="RESOURCE_ID" not-null="true"/>
|
||||
|
||||
<many-to-one name="orderElement" class="org.navalplanner.business.orders.entities.OrderElement" column="ORDER_ELEMENT_ID" />
|
||||
<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" inverse="false">
|
||||
<key column="WORK_REPORT_LINE_ID" not-null="false" />
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue