ItEr34S13CUAsignacionRecursosEspecificosAPlanificacionItEr33S15: Temporary fix to avoid problems with StretchesFunction proxies when are stored in database.

This commit is contained in:
Manuel Rego Casasnovas 2009-11-16 11:44:35 +01:00 committed by Javier Moran Rua
parent c4cb0e8aa1
commit 95842306e2

View file

@ -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" />