Bug #1362: Specify type of property in hbm.xml to avoid problems with MySQL

FEA: ItEr76S04BugFixing
This commit is contained in:
Manuel Rego Casasnovas 2012-02-16 10:59:41 +01:00
parent aeffc18fe6
commit 6ea0ba640a

View file

@ -10,7 +10,7 @@
<version name="version" access="property" type="long" />
<component name="infoComponent" class="org.libreplan.business.orders.entities.InfoComponent">
<property name="name" access="field" />
<property name="description" access="field" />
<property name="description" access="field" type="text" />
<property name="code" access="field" unique="true" />
</component>
<property name="initDate" access="field" column="init_date" />