Uses of Interface
org.hibernate.boot.model.naming.ImplicitIndexColumnNameSource
Packages that use ImplicitIndexColumnNameSource
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 ImplicitIndexColumnNameSource in org.hibernate.boot.model.naming
Methods in org.hibernate.boot.model.naming with parameters of type ImplicitIndexColumnNameSourceModifier and TypeMethodDescriptionImplicitNamingStrategy.determineListIndexColumnName
(ImplicitIndexColumnNameSource source) Determine the list index column name when it is not explicitly specified usingOrderColumn.name()
.ImplicitNamingStrategyJpaCompliantImpl.determineListIndexColumnName
(ImplicitIndexColumnNameSource source)