Quote:
The other part of your thread is about schemaexport/hbm2ddl which should just work with precision, length and scale.
What exactly do you mean by "should work with"? Are you saying that, had I done things correctly, it should utilize my length,precision and scale attributes for the output?
The main issue I have (aside from my documenation confusion) is that I do define length, precision and scale in my hibernate mapping, but hbm2ddl just ignores it. It outputs ddl without any column width definition.
If you're telling me that it should work, then I'll spend more time trying to debug my stuff. What drove me to post this, is that I couldn't find any specific documenation on precision/scale, so I wasn't sure if I was just wasting my time trying to use a non-existent feature (although it wouldn't explain why 'length' isn't working for me either).
BTW.. in case it makes a difference, I'm using the ant task.
org.hibernate.tool.hbm2ddl.SchemaExportTask
Thanks