Uses of Interface
org.hibernate.boot.model.naming.ImplicitTenantIdColumnNameSource
-
Packages that use ImplicitTenantIdColumnNameSource Package Description org.hibernate.boot.model.naming Represents a proposed new approach to allowing hooks into the process of determining the name of database objects (tables, columns, constraints, etc). -
-
Uses of ImplicitTenantIdColumnNameSource in org.hibernate.boot.model.naming
Methods in org.hibernate.boot.model.naming with parameters of type ImplicitTenantIdColumnNameSource Modifier and Type Method Description Identifier
ImplicitNamingStrategy. determineTenantIdColumnName(ImplicitTenantIdColumnNameSource source)
Determine the implicit name for the tenant (multi-tenancy) identifier column for the given entityIdentifier
ImplicitNamingStrategyJpaCompliantImpl. determineTenantIdColumnName(ImplicitTenantIdColumnNameSource source)
-