public class BasePhysicalNamingStrategy
extends org.springframework.boot.orm.jpa.hibernate.SpringPhysicalNamingStrategy
| 构造器和说明 |
|---|
BasePhysicalNamingStrategy(java.lang.String tableNamePrefix) |
| 限定符和类型 | 方法和说明 |
|---|---|
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 context) |
public BasePhysicalNamingStrategy(java.lang.String tableNamePrefix)
tableNamePrefix - 前缀,一般定义为项目代码public org.hibernate.boot.model.naming.Identifier toPhysicalCatalogName(org.hibernate.boot.model.naming.Identifier name,
org.hibernate.engine.jdbc.env.spi.JdbcEnvironment jdbcEnvironment)
toPhysicalCatalogName 在接口中 org.hibernate.boot.model.naming.PhysicalNamingStrategytoPhysicalCatalogName 在类中 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 在接口中 org.hibernate.boot.model.naming.PhysicalNamingStrategytoPhysicalSchemaName 在类中 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 context)
toPhysicalTableName 在接口中 org.hibernate.boot.model.naming.PhysicalNamingStrategytoPhysicalTableName 在类中 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 在接口中 org.hibernate.boot.model.naming.PhysicalNamingStrategytoPhysicalSequenceName 在类中 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 在接口中 org.hibernate.boot.model.naming.PhysicalNamingStrategytoPhysicalColumnName 在类中 org.springframework.boot.orm.jpa.hibernate.SpringPhysicalNamingStrategy