My hbm2hbmxml task is generating ids such as below
    <id name="id" type="long">
        <column name="id" />
        <generator class="assigned" />
    </id>
I'd like them all to be "native". Can I configure the Hibernate reverse engineering to do this?
Thx, Fred