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