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