Uses of Interface
org.hibernate.boot.model.naming.ImplicitUniqueKeyNameSource
Packages that use ImplicitUniqueKeyNameSource
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 ImplicitUniqueKeyNameSource in org.hibernate.boot.model.naming
Methods in org.hibernate.boot.model.naming with parameters of type ImplicitUniqueKeyNameSourceModifier and TypeMethodDescriptionImplicitNamingStrategy.determineUniqueKeyName
(ImplicitUniqueKeyNameSource source) Determine the unique key name when it is not explicitly specified usingUniqueConstraint.name()
.ImplicitNamingStrategyJpaCompliantImpl.determineUniqueKeyName
(ImplicitUniqueKeyNameSource source)