Uses of Interface
org.hibernate.boot.model.naming.ImplicitPrimaryKeyJoinColumnNameSource
Packages that use ImplicitPrimaryKeyJoinColumnNameSource
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 ImplicitPrimaryKeyJoinColumnNameSource in org.hibernate.boot.model.naming
Methods in org.hibernate.boot.model.naming with parameters of type ImplicitPrimaryKeyJoinColumnNameSourceModifier and TypeMethodDescriptionImplicitNamingStrategy.determinePrimaryKeyJoinColumnName
(ImplicitPrimaryKeyJoinColumnNameSource source) Determine the primary key join column name when it is not explicitly specified usingPrimaryKeyJoinColumn.name()
.ImplicitNamingStrategyJpaCompliantImpl.determinePrimaryKeyJoinColumnName
(ImplicitPrimaryKeyJoinColumnNameSource source) JPA states we should use the following as default: the same name as the primary key column [of the referenced table]