public final class LegacyNamingStrategy extends Object implements org.hibernate.boot.model.naming.PhysicalNamingStrategy
Constructor and Description |
---|
LegacyNamingStrategy()
Instantiates a new legacy naming strategy.
|
Modifier and Type | Method and Description |
---|---|
org.hibernate.boot.model.naming.Identifier |
toPhysicalCatalogName(org.hibernate.boot.model.naming.Identifier identifier,
org.hibernate.engine.jdbc.env.spi.JdbcEnvironment jdbcEnv) |
org.hibernate.boot.model.naming.Identifier |
toPhysicalColumnName(org.hibernate.boot.model.naming.Identifier identifier,
org.hibernate.engine.jdbc.env.spi.JdbcEnvironment jdbcEnv) |
org.hibernate.boot.model.naming.Identifier |
toPhysicalSchemaName(org.hibernate.boot.model.naming.Identifier identifier,
org.hibernate.engine.jdbc.env.spi.JdbcEnvironment jdbcEnv) |
org.hibernate.boot.model.naming.Identifier |
toPhysicalSequenceName(org.hibernate.boot.model.naming.Identifier identifier,
org.hibernate.engine.jdbc.env.spi.JdbcEnvironment jdbcEnv) |
org.hibernate.boot.model.naming.Identifier |
toPhysicalTableName(org.hibernate.boot.model.naming.Identifier identifier,
org.hibernate.engine.jdbc.env.spi.JdbcEnvironment jdbcEnv) |
public LegacyNamingStrategy()
public org.hibernate.boot.model.naming.Identifier toPhysicalCatalogName(org.hibernate.boot.model.naming.Identifier identifier, org.hibernate.engine.jdbc.env.spi.JdbcEnvironment jdbcEnv)
toPhysicalCatalogName
in interface org.hibernate.boot.model.naming.PhysicalNamingStrategy
public org.hibernate.boot.model.naming.Identifier toPhysicalColumnName(org.hibernate.boot.model.naming.Identifier identifier, org.hibernate.engine.jdbc.env.spi.JdbcEnvironment jdbcEnv)
toPhysicalColumnName
in interface org.hibernate.boot.model.naming.PhysicalNamingStrategy
public org.hibernate.boot.model.naming.Identifier toPhysicalSchemaName(org.hibernate.boot.model.naming.Identifier identifier, org.hibernate.engine.jdbc.env.spi.JdbcEnvironment jdbcEnv)
toPhysicalSchemaName
in interface org.hibernate.boot.model.naming.PhysicalNamingStrategy
public org.hibernate.boot.model.naming.Identifier toPhysicalSequenceName(org.hibernate.boot.model.naming.Identifier identifier, org.hibernate.engine.jdbc.env.spi.JdbcEnvironment jdbcEnv)
toPhysicalSequenceName
in interface org.hibernate.boot.model.naming.PhysicalNamingStrategy
public org.hibernate.boot.model.naming.Identifier toPhysicalTableName(org.hibernate.boot.model.naming.Identifier identifier, org.hibernate.engine.jdbc.env.spi.JdbcEnvironment jdbcEnv)
toPhysicalTableName
in interface org.hibernate.boot.model.naming.PhysicalNamingStrategy
Copyright © 2010–2017 www.hack23.com. All rights reserved.