Hi
I'm using hibernate 3.0.5, eclipse 3.1M7, hibernate tools alpha 3.0.2, MySQL.
Artifact generation eclipse wizard always generates generator class as "assigned"
F.e.
<id name="Id" type="java.lang.Integer">
<column name="id" scale="10" precision="0" not-null="true" unique="true" sql-type="int unsigned" />
<generator class="assigned" />
</id>
and I'd like to have "assigned" to "native" in generated mapping files.
Probably it can be done with properties file, but what is exact name of this property?
Andrzej Piasecki
|