public class OriginalNamingStrategy extends AbstractNamingStrategy
foreignKeysClassName, foreignKeysVariable, primaryKeysClassName, primaryKeysVariable, reservedSuffix
Constructor and Description |
---|
OriginalNamingStrategy() |
Modifier and Type | Method and Description |
---|---|
String |
getClassName(String tableName)
Convert the given tableName to a simple class name
|
String |
getDefaultAlias(EntityType entityType)
Get the default alias for the given EntityType
|
String |
getDefaultVariableName(EntityType entityType)
Get the default variable name for the given EntityType
|
String |
getPropertyName(String columnName,
EntityType entityType)
Convert the given column name to a property name
|
String |
getPropertyNameForForeignKey(String foreignKeyName,
EntityType entityType)
Convert the given foreign key name to a foreign key property name
|
String |
getPropertyNameForInverseForeignKey(String foreignKeyName,
EntityType entityType)
Convert the given foreign key name to a foreign key property name
|
String |
getPropertyNameForPrimaryKey(String primaryKeyName,
EntityType model)
Convert the given primary key name to a primary key property name
|
appendSchema, escape, getForeignKeysClassName, getForeignKeysVariable, getPrimaryKeysClassName, getPrimaryKeysVariable, normalizeColumnName, normalizeSchemaName, normalizeTableName, setForeignKeysClassName, setForeignKeysVariable, setPrimaryKeysClassName, setPrimaryKeysVariable, setReservedSuffix
public String getClassName(String tableName)
NamingStrategy
public String getDefaultAlias(EntityType entityType)
NamingStrategy
public String getDefaultVariableName(EntityType entityType)
NamingStrategy
public String getPropertyName(String columnName, EntityType entityType)
NamingStrategy
public String getPropertyNameForForeignKey(String foreignKeyName, EntityType entityType)
NamingStrategy
public String getPropertyNameForInverseForeignKey(String foreignKeyName, EntityType entityType)
NamingStrategy
public String getPropertyNameForPrimaryKey(String primaryKeyName, EntityType model)
NamingStrategy
Copyright © 2007–2015 Mysema Ltd. All rights reserved.