Fixed
Details
Assignee
UnassignedUnassignedReporter
Neil BuesingNeil BuesingBug Testcase Reminder (view)
Bug reports should generally be accompanied by a test case!
Bug Testcase Reminder (edit)
Bug reports should generally be accompanied by a test case!
Participants
Neil BuesingComponents
Fix versions
Affects versions
Priority
Major
Details
Details
Assignee
Unassigned
UnassignedReporter
Neil Buesing
Neil BuesingBug Testcase Reminder (view)
Bug reports should generally be accompanied by a test case!
Bug Testcase Reminder (edit)
Bug reports should generally be accompanied by a test case!
Participants
Neil Buesing
Components
Fix versions
Affects versions
Priority
Created February 26, 2006 at 4:07 AM
Updated February 28, 2006 at 4:23 PM
Resolved February 28, 2006 at 4:23 PM
A formula property is a computed property with no column mapping. With 3.1b4 of hbm2java the property is added to the full constructor of the generated class. With the definition of a formula property, I don't think it makes sense to allow it to be initialized when object is constructed. In Hibernate 2.1.8 hbm2java, formula properties were NOT added to the full constructor.