Hi, referring to http://hibernate.sourceforge.net/hibernate-reverse-engineering-3.0.dtd i've seen that in 'type-mapping' element there isn't an attribute to map signed/unsigned values in hibernate.reveng.xml. I figured something like 'unsigned true/false', like the existing attribute 'not-null (true|false)'.
Do you know if another version of the dtd exists, for hibernate 4? I didn' find it. Do you know if a method exists to map signed/unsigned numeric values during reverse engineering?
Thank you.
Marco
|