public final class CamelCaseTableNameConverter extends CanonicalClassNameTableNameConverter
Imposes a standard camelCase convention upon table names. This will convert entity names in the following way:
| Entity Name | Table Name |
Person |
person |
LicenseRegistration |
licenseRegistration |
Volume4 |
volume4 |
Company |
company |
| Constructor and Description |
|---|
CamelCaseTableNameConverter() |
| Modifier and Type | Method and Description |
|---|---|
protected String |
getName(String entityClassCanonicalName) |
getNameprotected String getName(String entityClassCanonicalName)
getName in class CanonicalClassNameTableNameConverterCopyright © 2007–2021 Atlassian. All rights reserved.