接口的使用
org.hibernate.boot.model.naming.ImplicitAnyKeyColumnNameSource
-
使用ImplicitAnyKeyColumnNameSource的程序包 程序包 说明 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.boot.model.source.spi -
-
org.hibernate.boot.model.naming中ImplicitAnyKeyColumnNameSource的使用
参数类型为ImplicitAnyKeyColumnNameSource的org.hibernate.boot.model.naming中的方法 修饰符和类型 方法 说明 IdentifierImplicitNamingStrategy. determineAnyKeyColumnName(ImplicitAnyKeyColumnNameSource source)Determine the column name related to the key/id portion of an ANY mapping when no explicit column name is given.IdentifierImplicitNamingStrategyJpaCompliantImpl. determineAnyKeyColumnName(ImplicitAnyKeyColumnNameSource source) -
org.hibernate.boot.model.source.spi中ImplicitAnyKeyColumnNameSource的使用
org.hibernate.boot.model.source.spi中ImplicitAnyKeyColumnNameSource的子接口 修饰符和类型 接口 说明 interfaceAnyKeySource
-