public class ImprovedPhysicalNamingStrategy
extends org.hibernate.boot.model.naming.PhysicalNamingStrategyStandardImpl
| Constructor and Description |
|---|
ImprovedPhysicalNamingStrategy() |
| Modifier and Type | Method and Description |
|---|---|
org.hibernate.boot.model.naming.Identifier |
toPhysicalColumnName(org.hibernate.boot.model.naming.Identifier name,
org.hibernate.engine.jdbc.env.spi.JdbcEnvironment context) |
org.hibernate.boot.model.naming.Identifier |
toPhysicalTableName(org.hibernate.boot.model.naming.Identifier name,
org.hibernate.engine.jdbc.env.spi.JdbcEnvironment context) |
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.PhysicalNamingStrategyStandardImplCopyright © 2018–2021 Tesler. All rights reserved.