ItEr34S13CUAsignacionRecursosEspecificosAPlanificacionItEr33S15: Temporary fix to avoid problems with StretchesFunction proxies when are stored in database.
This commit is contained in:
parent
c4cb0e8aa1
commit
95842306e2
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@
|
|||
|
||||
<many-to-one class="AssignmentFunction" name="assignmentFunction"
|
||||
column="ASSIGNMENT_FUNCTION" not-null="false"
|
||||
cascade="all" />
|
||||
cascade="all" lazy="false" />
|
||||
|
||||
<joined-subclass name="SpecificResourceAllocation" table="specific_resource_allocation">
|
||||
<key column="RESOURCE_ALLOCATION_ID" />
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue