Uses of Interface
org.hibernate.boot.model.naming.ImplicitForeignKeyNameSource
Packages that use ImplicitForeignKeyNameSource
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 ImplicitForeignKeyNameSource in org.hibernate.boot.internal
Classes in org.hibernate.boot.internal that implement ImplicitForeignKeyNameSource -
Uses of ImplicitForeignKeyNameSource in org.hibernate.boot.model.naming
Methods in org.hibernate.boot.model.naming with parameters of type ImplicitForeignKeyNameSourceModifier and TypeMethodDescriptionImplicitNamingStrategy.determineForeignKeyName
(ImplicitForeignKeyNameSource source) Determine the foreign key name when it is not explicitly specified usingForeignKey.name()
.ImplicitNamingStrategyJpaCompliantImpl.determineForeignKeyName
(ImplicitForeignKeyNameSource source)