Need help with Hibernate? Read this first:
http://www.hibernate.org/ForumMailingli ... AskForHelp
Hibernate version: 3.2
Hibernate tools-version: 3.2.0beta9a
Mapping documents:
<property name="trial" type="java.lang.Float">
<column name="TRIAL" not-null="false" unique="false" sql-type="DECIMAL(18)" precision="5"/>
</property>
I try to create the schema create script with hibernate tools, and my problem is, that hibernate tools does not generate column's precision (or length, if i specify it explicitly in the hbm.xml)
Has someone else met this?