类 HerodotusPhysicalNamingStrategy
java.lang.Object
org.hibernate.boot.model.naming.PhysicalNamingStrategyStandardImpl
cn.herodotus.stirrup.data.hibernate.HerodotusPhysicalNamingStrategy
- 所有已实现的接口:
Serializable,org.hibernate.boot.model.naming.PhysicalNamingStrategy
public class HerodotusPhysicalNamingStrategy
extends org.hibernate.boot.model.naming.PhysicalNamingStrategyStandardImpl
Description: 使用hbm2ddl自动创建表时,默认将@Colume中的信息转换为小写,小写的字段名称与其它的字段标准不同(驼峰式,单词首字母大写) 复写原始类,生成符合标准的字段名称。
- 作者:
- : gengwei.zheng
- 另请参阅:
- Date:
- : 2019/11/15 10:34
-
字段概要
从类继承的字段 org.hibernate.boot.model.naming.PhysicalNamingStrategyStandardImpl
INSTANCE -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明org.hibernate.boot.model.naming.IdentifiertoPhysicalColumnName(org.hibernate.boot.model.naming.Identifier name, org.hibernate.engine.jdbc.env.spi.JdbcEnvironment context) 从类继承的方法 org.hibernate.boot.model.naming.PhysicalNamingStrategyStandardImpl
toPhysicalCatalogName, toPhysicalSchemaName, toPhysicalSequenceName, toPhysicalTableName从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait从接口继承的方法 org.hibernate.boot.model.naming.PhysicalNamingStrategy
toPhysicalTypeName
-
构造器详细资料
-
HerodotusPhysicalNamingStrategy
public HerodotusPhysicalNamingStrategy()
-
-
方法详细资料
-
toPhysicalColumnName
public org.hibernate.boot.model.naming.Identifier toPhysicalColumnName(org.hibernate.boot.model.naming.Identifier name, org.hibernate.engine.jdbc.env.spi.JdbcEnvironment context) - 指定者:
toPhysicalColumnName在接口中org.hibernate.boot.model.naming.PhysicalNamingStrategy- 覆盖:
toPhysicalColumnName在类中org.hibernate.boot.model.naming.PhysicalNamingStrategyStandardImpl
-