I am faced with legacy system written to work with MySQL 5.0 and now need to migrate it to MysQL 5.5 (requirement). I found that one column was named maxvalue,
maxvalue
There is a non-documented property for this purpose. Use,
<property name="hibernate.globally_quoted_identifiers" value="true"/>
or
<property name="hibernate.globally_quoted_identifiers">true</property>