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?
views:
25answers:
1
A:
Default Hibernate will just use the field names as column names (it does not change the case).
Kdeveloper
2010-10-18 21:43:09