Uses of Interface
org.hibernate.boot.model.naming.ImplicitJoinTableNameSource
Packages that use ImplicitJoinTableNameSource
Package
Description
This API allows intervention by generic code in the process of determining the names of
database objects (tables, columns, and constraints).
-
Uses of ImplicitJoinTableNameSource in org.hibernate.boot.model.naming
Methods in org.hibernate.boot.model.naming with parameters of type ImplicitJoinTableNameSourceModifier and TypeMethodDescriptionImplicitNamingStrategy.determineJoinTableName
(ImplicitJoinTableNameSource source) Determine the name of an association join table given the source naming information, when a name is not explicitly given.ImplicitNamingStrategyJpaCompliantImpl.determineJoinTableName
(ImplicitJoinTableNameSource source) ImplicitNamingStrategyLegacyHbmImpl.determineJoinTableName
(ImplicitJoinTableNameSource source) ImplicitNamingStrategyLegacyJpaImpl.determineJoinTableName
(ImplicitJoinTableNameSource source)