Joined: Mon Sep 24, 2007 2:55 pm Posts: 13
|
Hibernate version: Tools 3.2.0
Name and version of the database you are using: MS SQL Server Express Edition 2005
The given database schema uses tables with upper and lower case letters.
If the table name only contains lower case letters after each upper case letter the class name is identical to the table name: e.g. CatalogVersion -> CatalogVersion.
If there are is a sequence of upper case letters in the table name, the class name differs from the table name: BOMConfigurators -> Bomconfigurators.
Is this really the wanted behavior?
If a database is used with case sensitive table names the class name should be equal to the table name i'd suggest. Does anybody agree to this?
|
|