Uses of Interface
org.hibernate.boot.model.naming.ImplicitAnyKeyColumnNameSource
Packages that use ImplicitAnyKeyColumnNameSource
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 ImplicitAnyKeyColumnNameSource in org.hibernate.boot.model.naming
Methods in org.hibernate.boot.model.naming with parameters of type ImplicitAnyKeyColumnNameSourceModifier and TypeMethodDescriptionImplicitNamingStrategy.determineAnyKeyColumnName
(ImplicitAnyKeyColumnNameSource source) Determine the join column name related to the key/id portion of anAny
mapping when no explicit join column name is given usingJoinColumn.name()
.ImplicitNamingStrategyJpaCompliantImpl.determineAnyKeyColumnName
(ImplicitAnyKeyColumnNameSource source) -
Uses of ImplicitAnyKeyColumnNameSource in org.hibernate.boot.model.source.spi
Subinterfaces of ImplicitAnyKeyColumnNameSource in org.hibernate.boot.model.source.spi