public class DefaultNamingStrategy extends Object implements NamingStrategy
Modifier and Type | Field and Description |
---|---|
static NamingStrategy |
INSTANCE |
Constructor and Description |
---|
DefaultNamingStrategy() |
Modifier and Type | Method and Description |
---|---|
String |
convertColumnName(String columnName)
Defines the column name to be used for a specified column name.
|
String |
convertTableName(String tableName)
Defines the table name to be used for a specified table name.
|
String |
getType() |
public static final NamingStrategy INSTANCE
public DefaultNamingStrategy()
public String convertTableName(String tableName)
NamingStrategy
convertTableName
in interface NamingStrategy
public String convertColumnName(String columnName)
NamingStrategy
convertColumnName
in interface NamingStrategy
public String getType()
getType
in interface NamingStrategy
Copyright © 2015 Lucee