public class CustomSpringPhysicalNamingStrategy
extends org.springframework.boot.orm.jpa.hibernate.SpringPhysicalNamingStrategy
SpringPhysicalNamingStrategy| Constructor | Description |
|---|---|
CustomSpringPhysicalNamingStrategy() |
| Modifier and Type | Method | Description |
|---|---|---|
protected org.hibernate.boot.model.naming.Identifier |
applyAdditionally(org.hibernate.boot.model.naming.Identifier name) |
Apply additionally
|
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 class org.springframework.boot.orm.jpa.hibernate.SpringPhysicalNamingStrategypublic org.hibernate.boot.model.naming.Identifier toPhysicalSchemaName(org.hibernate.boot.model.naming.Identifier name,
org.hibernate.engine.jdbc.env.spi.JdbcEnvironment jdbcEnvironment)
toPhysicalSchemaName in class org.springframework.boot.orm.jpa.hibernate.SpringPhysicalNamingStrategypublic org.hibernate.boot.model.naming.Identifier toPhysicalTableName(org.hibernate.boot.model.naming.Identifier name,
org.hibernate.engine.jdbc.env.spi.JdbcEnvironment jdbcEnvironment)
toPhysicalTableName in class org.springframework.boot.orm.jpa.hibernate.SpringPhysicalNamingStrategypublic org.hibernate.boot.model.naming.Identifier toPhysicalSequenceName(org.hibernate.boot.model.naming.Identifier name,
org.hibernate.engine.jdbc.env.spi.JdbcEnvironment jdbcEnvironment)
toPhysicalSequenceName in class org.springframework.boot.orm.jpa.hibernate.SpringPhysicalNamingStrategypublic org.hibernate.boot.model.naming.Identifier toPhysicalColumnName(org.hibernate.boot.model.naming.Identifier name,
org.hibernate.engine.jdbc.env.spi.JdbcEnvironment jdbcEnvironment)
toPhysicalColumnName in class org.springframework.boot.orm.jpa.hibernate.SpringPhysicalNamingStrategyprotected org.hibernate.boot.model.naming.Identifier applyAdditionally(org.hibernate.boot.model.naming.Identifier name)
name - IdentifierIdentifierCopyright © 2017–2018 SPT. All rights reserved.