public class PhysicalNamingStrategyShogun2
extends org.hibernate.boot.model.naming.PhysicalNamingStrategyStandardImpl
| Modifier and Type | Field and Description |
|---|---|
protected static int |
LENGTH_LIMIT_ORACLE |
protected static int |
LENGTH_LIMIT_POSTGRESQL |
| Constructor and Description |
|---|
PhysicalNamingStrategyShogun2() |
| Modifier and Type | Method and Description |
|---|---|
String |
getTablePrefix() |
void |
setTablePrefix(String tablePrefix) |
org.hibernate.boot.model.naming.Identifier |
toPhysicalColumnName(org.hibernate.boot.model.naming.Identifier name,
org.hibernate.engine.jdbc.env.spi.JdbcEnvironment context)
Converts column names to lower case and limits the length if necessary.
|
org.hibernate.boot.model.naming.Identifier |
toPhysicalTableName(org.hibernate.boot.model.naming.Identifier name,
org.hibernate.engine.jdbc.env.spi.JdbcEnvironment context)
Converts table names to lower case and limits the length if necessary.
|
protected static final int LENGTH_LIMIT_ORACLE
protected static final int LENGTH_LIMIT_POSTGRESQL
public org.hibernate.boot.model.naming.Identifier toPhysicalTableName(org.hibernate.boot.model.naming.Identifier name,
org.hibernate.engine.jdbc.env.spi.JdbcEnvironment context)
toPhysicalTableName in interface org.hibernate.boot.model.naming.PhysicalNamingStrategytoPhysicalTableName in class org.hibernate.boot.model.naming.PhysicalNamingStrategyStandardImplpublic org.hibernate.boot.model.naming.Identifier toPhysicalColumnName(org.hibernate.boot.model.naming.Identifier name,
org.hibernate.engine.jdbc.env.spi.JdbcEnvironment context)
toPhysicalColumnName in interface org.hibernate.boot.model.naming.PhysicalNamingStrategytoPhysicalColumnName in class org.hibernate.boot.model.naming.PhysicalNamingStrategyStandardImplpublic String getTablePrefix()
public void setTablePrefix(String tablePrefix)
tablePrefix - the tablePrefix to setCopyright © 2016 terrestris GmbH & Co. KG. All rights reserved.