I used ImprovedNamingStrategy in hibernate, to mapping Java field name to MySQL column name.
ex) birthDate field -> birth_date column, AccountRole class -> account_role table
I'm doing test migrating hibernate code to eclipselink code.
What is the equivalent in EclipseLink to hibernamte's ImprovedNamingStrategy ?