@Singleton
public final class DefaultPhysicalNamingStrategy
extends java.lang.Object
implements org.hibernate.boot.model.naming.PhysicalNamingStrategy
PhysicalNamingStrategy
to use. Can be replaced with another bean that declares:
@Replaces(DefaultPhysicalNamingStrategy.class)
and implements PhysicalNamingStrategy
Constructor and Description |
---|
DefaultPhysicalNamingStrategy() |
Modifier and Type | Method and Description |
---|---|
org.hibernate.boot.model.naming.Identifier |
toPhysicalCatalogName(org.hibernate.boot.model.naming.Identifier name,
org.hibernate.engine.jdbc.env.spi.JdbcEnvironment jdbcEnvironment) |
org.hibernate.boot.model.naming.Identifier |
toPhysicalColumnName(org.hibernate.boot.model.naming.Identifier name,
org.hibernate.engine.jdbc.env.spi.JdbcEnvironment jdbcEnvironment) |
org.hibernate.boot.model.naming.Identifier |
toPhysicalSchemaName(org.hibernate.boot.model.naming.Identifier name,
org.hibernate.engine.jdbc.env.spi.JdbcEnvironment jdbcEnvironment) |
org.hibernate.boot.model.naming.Identifier |
toPhysicalSequenceName(org.hibernate.boot.model.naming.Identifier name,
org.hibernate.engine.jdbc.env.spi.JdbcEnvironment jdbcEnvironment) |
org.hibernate.boot.model.naming.Identifier |
toPhysicalTableName(org.hibernate.boot.model.naming.Identifier name,
org.hibernate.engine.jdbc.env.spi.JdbcEnvironment jdbcEnvironment) |
public org.hibernate.boot.model.naming.Identifier toPhysicalCatalogName(org.hibernate.boot.model.naming.Identifier name, org.hibernate.engine.jdbc.env.spi.JdbcEnvironment jdbcEnvironment)
toPhysicalCatalogName
in interface org.hibernate.boot.model.naming.PhysicalNamingStrategy
public org.hibernate.boot.model.naming.Identifier toPhysicalSchemaName(org.hibernate.boot.model.naming.Identifier name, org.hibernate.engine.jdbc.env.spi.JdbcEnvironment jdbcEnvironment)
toPhysicalSchemaName
in interface org.hibernate.boot.model.naming.PhysicalNamingStrategy
public org.hibernate.boot.model.naming.Identifier toPhysicalTableName(org.hibernate.boot.model.naming.Identifier name, org.hibernate.engine.jdbc.env.spi.JdbcEnvironment jdbcEnvironment)
toPhysicalTableName
in interface org.hibernate.boot.model.naming.PhysicalNamingStrategy
public org.hibernate.boot.model.naming.Identifier toPhysicalSequenceName(org.hibernate.boot.model.naming.Identifier name, org.hibernate.engine.jdbc.env.spi.JdbcEnvironment jdbcEnvironment)
toPhysicalSequenceName
in interface org.hibernate.boot.model.naming.PhysicalNamingStrategy
public org.hibernate.boot.model.naming.Identifier toPhysicalColumnName(org.hibernate.boot.model.naming.Identifier name, org.hibernate.engine.jdbc.env.spi.JdbcEnvironment jdbcEnvironment)
toPhysicalColumnName
in interface org.hibernate.boot.model.naming.PhysicalNamingStrategy