接口的使用
org.hibernate.boot.model.naming.ImplicitJoinTableNameSource
-
使用ImplicitJoinTableNameSource的程序包 程序包 说明 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.naming中ImplicitJoinTableNameSource的使用
参数类型为ImplicitJoinTableNameSource的org.hibernate.boot.model.naming中的方法 修饰符和类型 方法 说明 IdentifierImplicitNamingStrategy. determineJoinTableName(ImplicitJoinTableNameSource source)Determine the name of an association join table given the source naming information, when a name is not explicitly given.IdentifierImplicitNamingStrategyJpaCompliantImpl. determineJoinTableName(ImplicitJoinTableNameSource source)IdentifierImplicitNamingStrategyLegacyHbmImpl. determineJoinTableName(ImplicitJoinTableNameSource source)IdentifierImplicitNamingStrategyLegacyJpaImpl. determineJoinTableName(ImplicitJoinTableNameSource source)
-