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)