ItEr23S06RFControlAvancesIncompatiblesEnUnidadesTraballoItEr22S11 : Modify the mapping of the enum attribute type.
This commit is contained in:
parent
c1c763d76d
commit
f2c858cf38
1 changed files with 5 additions and 1 deletions
|
|
@ -28,7 +28,11 @@
|
|||
<version name="version" access="property" type="long" />
|
||||
|
||||
<property name="reportGlobalAdvance" access="field"/>
|
||||
<property name="type" access="field"/>
|
||||
<property name="type" access="field">
|
||||
<type name="org.hibernate.type.EnumType">
|
||||
<param name="enumClass">org.navalplanner.business.advance.entities.AdvanceAssigment$Type</param>
|
||||
</type>
|
||||
</property>
|
||||
|
||||
<many-to-one name="advanceType" class="AdvanceType" column="ADVANCE_TYPE_ID"/>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue