Native id generator as default and make generator optional in config
Description
Environment
None
Activity
Show:

Fabio Maulo July 4, 2008 at 11:46 PM
The default i d generator will be assigned (same behavior of H3.2)

OrenE June 12, 2008 at 9:19 AM
This is not a change that will happen for 2.0
Won't Fix
Details
Details
Assignee
Unassigned
UnassignedReporter

Components
Fix versions
Affects versions
Priority
Who's Looking?
Open Who's Looking?
Created June 9, 2008 at 6:04 AM
Updated July 4, 2008 at 11:46 PM
Resolved July 4, 2008 at 11:46 PM
Who's Looking?
This would allow less verbose mapping files. I think the native generator is the most common one which choose the most users if they have a simple mapping like this:
<class name="Order">
<id name="OrderId" />
<property name="Name" />
</class>
If this behavior is in your accordance i could look to write a patch for it.