bee.name.naming_handler

class NamingHandler:
@staticmethod
def getNameTranslate() -> bee.name.naming.NameTranslate:
@staticmethod
def toTableName(entityName) -> str:
@staticmethod
def toColumnName(fieldName) -> str:
@staticmethod
def toEntityName(tableName) -> str:
@staticmethod
def toFieldName(columnName) -> str:
@staticmethod
def transform_name_if_keyword(name):