Hibernate Team |
|
Joined: Tue Aug 26, 2003 7:19 pm Posts: 2364 Location: Brisbane, Australia
|
The names for the classes are based on the table name, and as such the names of the methods are based on the field name. The <table> tag can be used to change the name of the table (thus class name). The field name is not possible. It is easy to change the algorithm if you want to. Alternatively, edit the resulting hbm file. I have it on my TODO list to allow editing of the names directly but it is not a high priority at the moment.
|
|