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) |
getName
protected String getName(String entityClassCanonicalName)
getName
in class CanonicalClassNameTableNameConverter
Copyright © 2007–2022 Atlassian. All rights reserved.