public class UpperCaseUnderScoreAndCamelName extends UnderScoreAndCamelName
| Constructor and Description |
|---|
UpperCaseUnderScoreAndCamelName() |
| Modifier and Type | Method and Description |
|---|---|
String |
toColumnName(String fieldName) |
String |
toEntityName(String tableName) |
String |
toFieldName(String columnName) |
String |
toTableName(String entityName) |
public String toTableName(String entityName)
toTableName in interface org.teasoft.bee.osql.NameTranslatetoTableName in class UnderScoreAndCamelNamepublic String toColumnName(String fieldName)
toColumnName in interface org.teasoft.bee.osql.NameTranslatetoColumnName in class UnderScoreAndCamelNamepublic String toEntityName(String tableName)
toEntityName in interface org.teasoft.bee.osql.NameTranslatetoEntityName in class UnderScoreAndCamelNamepublic String toFieldName(String columnName)
toFieldName in interface org.teasoft.bee.osql.NameTranslatetoFieldName in class UnderScoreAndCamelNameCopyright © 2024. All rights reserved.