Uses of Interface
org.hibernate.boot.model.naming.ImplicitJoinTableNameSource
-
Packages that use ImplicitJoinTableNameSource Package Description 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). -
-
Uses of ImplicitJoinTableNameSource in org.hibernate.boot.model.naming
Methods in org.hibernate.boot.model.naming with parameters of type ImplicitJoinTableNameSource Modifier and Type Method Description Identifier
ImplicitNamingStrategy. determineJoinTableName(ImplicitJoinTableNameSource source)
Determine the name of an association join table given the source naming information, when a name is not explicitly given.Identifier
ImplicitNamingStrategyJpaCompliantImpl. determineJoinTableName(ImplicitJoinTableNameSource source)
Identifier
ImplicitNamingStrategyLegacyHbmImpl. determineJoinTableName(ImplicitJoinTableNameSource source)
Identifier
ImplicitNamingStrategyLegacyJpaImpl. determineJoinTableName(ImplicitJoinTableNameSource source)
-