Uses of Interface
org.hibernate.boot.model.naming.ImplicitMapKeyColumnNameSource
Packages that use ImplicitMapKeyColumnNameSource
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 ImplicitMapKeyColumnNameSource in org.hibernate.boot.model.naming
Methods in org.hibernate.boot.model.naming with parameters of type ImplicitMapKeyColumnNameSourceModifier and TypeMethodDescriptionImplicitNamingStrategy.determineMapKeyColumnName
(ImplicitMapKeyColumnNameSource source) Determine the map key column name when it is not explicitly specified usingMapKeyColumn.name()
.ImplicitNamingStrategyJpaCompliantImpl.determineMapKeyColumnName
(ImplicitMapKeyColumnNameSource source)