Uses of Interface
org.hibernate.boot.model.naming.ImplicitIdentifierColumnNameSource
Packages that use ImplicitIdentifierColumnNameSource
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 ImplicitIdentifierColumnNameSource in org.hibernate.boot.model.naming
Methods in org.hibernate.boot.model.naming with parameters of type ImplicitIdentifierColumnNameSourceModifier and TypeMethodDescriptionImplicitNamingStrategy.determineIdentifierColumnName
(ImplicitIdentifierColumnNameSource source) Determine the name if the identifier column belonging to the given entity when it is not explicitly specified usingColumn.name()
.ImplicitNamingStrategyJpaCompliantImpl.determineIdentifierColumnName
(ImplicitIdentifierColumnNameSource source)