snpesnpe wrote:
see JIRA 242 - it is solution for your problem
I 'll see.....
============================================
Hello,
This is little patch for hbm exporter
javaclass.vm call wrong method call $c2j.getJavaDoc
it is $c2j.getClassJavaDoc
JDBCBinder don't define correct precision,scale and length
length is for string column, a precision and scale for numeric
We get mapping like this :
<column name="ID" precision="10" scale="0" />
when id is string or date
Patch do this correct and add sql-type and previous mapping is now :
<column name="ID" length="10" sql-type="string" />
Patch is on
http://www.snpe.co.yu/tools.patch (diff -urN)
Regards
Haris Peco
=========================================
I don't understand.
Can you expain to me please, thanks[/list]