接口的使用
org.hibernate.boot.model.naming.NamingStrategyHelper
-
使用NamingStrategyHelper的程序包 程序包 说明 org.hibernate.boot.model.naming Represents a proposed new approach to allowing hooks into the process of determining the name of database objects (tables, columns, constraints, etc).org.hibernate.cfg.annotations -
-
org.hibernate.boot.model.naming中NamingStrategyHelper的使用
参数类型为NamingStrategyHelper的org.hibernate.boot.model.naming中的方法 修饰符和类型 方法 说明 IdentifierObjectNameNormalizer. determineLogicalName(String explicitName, NamingStrategyHelper namingStrategyHelper)Determine the logical name give a (potentiallynull/empty) explicit name. -
org.hibernate.cfg.annotations中NamingStrategyHelper的使用
参数类型为NamingStrategyHelper的org.hibernate.cfg.annotations中的方法 修饰符和类型 方法 说明 static TableTableBinder. buildAndFillTable(String schema, String catalog, ObjectNameSource nameSource, NamingStrategyHelper namingStrategyHelper, boolean isAbstract, List<UniqueConstraintHolder> uniqueConstraints, List<JPAIndexHolder> jpaIndexHolders, String constraints, MetadataBuildingContext buildingContext, String subselect, InFlightMetadataCollector.EntityTableXref denormalizedSuperTableXref)
-