views:

25

answers:

1

I want fix problems with uppercase names on a MySQL column of with Hibernate mapping classes. Is there a rule for use these kind of tables with Hibernate?

A: 

Default Hibernate will just use the field names as column names (it does not change the case).

Kdeveloper